Krikov Posted July 16, 2005 Posted July 16, 2005 Hello there is a way to Start Reading A File From A Specific Line ? Regard Krikov [topic="63488"][font="Arial"]Krikov Tray Quick Menu[/font][/topic]
blitzer99 Posted July 16, 2005 Posted July 16, 2005 Try this, it works for me. Function: FileReadLine () -------------------------------------------------------------------------------- Read in a line of text from a previously opened text file. FileReadLine ( filehandle or "filename" [, line] ) Parameters filehandle The handle of a file, as returned by a previous call to FileOpen. Alternatively you may use a string filename as the first parameter. line [optional] The line number to read. The first line of a text file is line 1 (not zero). Computers don't solve problems, they just rearrange them.New string TRIM() functions for AutoIt3
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