jaberwacky Posted May 8, 2010 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?
Sobiech Posted May 9, 2010 Author 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
AdmiralAlkex Posted May 9, 2010 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
Sobiech Posted May 9, 2010 Author 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now