Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Convert an integer based CSV string into a container
Syntax
client server private static container intCsvToCon(str _csv)
Run On
Called
Parameters
- _csv
Type: str
Comma seperated string of integer values
Return Value
Type: container
A container of integers
Remarks
Work around bug in str2con() that returns a container of 1 when the string is empty instead of conNull