Jump to content

Recommended Posts

Posted

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]

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...