Sobiech 0 Posted May 8, 2010 Any function? Udf? Anything? :{ This world is crazy Share this post Link to post Share on other sites
jaberwacky 327 Posted May 8, 2010 Line from char? Line from character, so I assume that you want to take some characters and put them into one string to write to a file? Helpful Posts and Websites: AutoIt3 Variables and Function Parameters MHz | AutoIt Wiki | Using the GUIToolTip UDF BrewManNH | Can't find what you're looking for on the Forum? Share this post Link to post Share on other sites
Sobiech 0 Posted May 9, 2010 Nope I need function what will find some string from any file (.txt propably), and return line of string This world is crazy Share this post Link to post Share on other sites
AdmiralAlkex 125 Posted May 9, 2010 What, like _FileReadToArray() and _ArraySearch()? Then use them. .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface Share this post Link to post Share on other sites
Sobiech 0 Posted May 9, 2010 What, like _FileReadToArray() and _ArraySearch()? Then use them. Hmmm this should work if each element of array is one full line If i have this file (txt) 1 5 2 4 3 3 4 2 5 1 I need function that return line of "4 2" This world is crazy Share this post Link to post Share on other sites