Description
This routine sets the number of characters downward from 255 that should be treated as System Delimiters.
Syntax
call SetNoOfDelimiters(int)
Parameters
The function has the following parameters:
Message | Description |
---|---|
int | An integer value from 0 to 8. The default value is 6. |
Remarks
There are times when characters within the standard system delimiter range need to be treated as characters and not delimiters. By change the number of system delimiters, the characters are treated as characters and not as delimiters.
See also
Example
Declare function GetNoOfDelimiters noDelims = GetNoOfDelimiters() call SetNoOfDelimiters( 2 ) ; * only 255 and 254 are delimiters call SetNoOfDelimters( noDelims ) ; * reset to default