FileNameSeparator
Found in
Section
Description
Use this setting to change the separator character in the #Pages system variable when you retrieve the #Pages variable using the API.
You
must use this setting when retrieving the #Pages system variable
via the API. By default, #Pages uses NULL characters as separator characters.
So if you do not use this setting to change the default separator character,
the value of #Pages is truncated at the first NULL character.
Example
This example changes the default separator character to a semicolon:
FileNameSeparator="59"
Valid values
Any valid ASCII-coded character