FMOVE2NEXT() Short: ------ FMOVE2NEXT() Move to beginning of next line in a text file Returns: -------- <lSuccess> => success in doing so Syntax: ------- FMOVE2NEXT(nHandle) Description: ------------ Moves pointer in text file <nHandle> to beginning of next line. Presuming lines end in CRLF. Returns <expL> for success. End of file would return .f. Examples: --------- // this will list off the text file REPORT.LST to the screen h := fopen("report.lst") ?SFREADLINE(h) while FMOVE2NEXT(h) ?SFREADLINE(h) end Source: ------- S_FM2N.PRG
Pingback: SP File Functions | Viva Clipper !
Pingback: SP Functions | Viva Clipper !