Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- FiveWin 1.9.2 - January 97 - <b>class tlex from tfile</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Class TLex FROM TFile
--------------------------------------------------------------------------------

  FiveWin - Lexical analizer
  It returns the different tokens found inside a file.

 DATA
--------------------------------------------------------------------------------
 aTokens         Array of string tokens to identify
 aIds            Array of numeric identifiers for each found token
 lSkipBlank      To automatic skip spaces
 lSkipCRLF       To automatic skip carriage-return and line-feed
 cToken          Last read token string value
 cSeparators     A string with all separators
 cText           To analyze text from memory
 nTxtPos         Text index position when using cText
 nTokNum         Token identifier for numbers

 METHODS
--------------------------------------------------------------------------------
 New             Constructor from source code
 lEoF            Retrieves the total number of lines.
 nGetByte        Get a byte from the file.
 nGetToken       Get a token from the file.
 SetText         //


See Also: FiveWin.ch

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson