guides:programming:programmers_reference_manual:setnoofdelimiters

SetNoOfDelimiters routine

This routine sets the number of characters downward from 255 that should be treated as System Delimiters.

call SetNoOfDelimiters( int )

The function has the following parameters:

ParameterDescription
intAn integer value from 0 to 8. The default value is 6.

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.

Declare function GetNoOfDelimiters

noDelims = GetNoOfDelimiters()

call SetNoOfDelimiters( 2 ) ; * only 255 and 254 are delimiters

call SetNoOfDelimters( noDelims ) ; * reset to default

 
 
 
 
  • guides/programming/programmers_reference_manual/setnoofdelimiters.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1