This interface can be used to read/write certain properties of the active DSS object. The structure of the interface is as follows:


int32_t ParserI(int32_t Parameter, int32_t Argument);


This interface returns an integer number with the result of the query according to the value of the variable Parameter, which can be one of the following:


Parameter 0: Parser.IntValue

This parameter return next parameter as a long integer.


Parameter 1: Parser.ResetDelimeters

This parameter reset delimiters to their default values.


Parameter 2: Parser.AutoIncrement read

In this parameter the default is false (0). If true (1) parser automatically advances to next token after DblValue, IntValue, or StrValue. Simpler when you don't need to check for parameter names.


Parameter 3: Parser.AutoIncrement write

With this parameter the user can set the Auto increment value. Default is false (0). If true (1) parser automatically advances to next token after DblValue, IntValue, or StrValue. Simpler when you don't need to check for parameter names.