This function returns number of bytes required to add to fislptr to the next token in a FISL string. For the EOL_TOKEN, 0 is returned to signify the end of the FISL string.
Syntax: DB_AdvanceFISL(char far *fislptr);
Returns: 0..255 Number of bytes that the current token
occupies in the FISL stream.