DB_ParseFISL

DB_ParseFISL parses a FISL string at InFISL and puts the resulting token string at OutTOKEN. Any error condition sets the integer pointed to by OutExpLen to the character position where the error was first recognized. If the parsing was successful, OutExpLen is set to the length of the token string returned.

Note: If DB_Init has not been called before this function, parsing will return strange results.