native
read_file
Syntax
native read_file(const file[],line,text[],len,&txtlen);
Description
Reads line from file. Returns index of next line or 0 when end of file is reached.
native
native read_file(const file[],line,text[],len,&txtlen);
Reads line from file. Returns index of next line or 0 when end of file is reached.