|
PROPLIST.SetDelimiter |
|
|
previous = PROPLIST.SetMinMax( strDelimiter AS STRING, [nType AS INTEGER=PL_DEL_NAMES] ) AS STRING
Sets.the delimiter used to separate file names ans point/analog names in the file list.
Example:
' Set the FileName PointName delimiter PROPLIST.SetDelimiter( "\", PL_DEL_NAMES )
|