This documentation is archived and is not being maintained.
RetailTransactionServiceEmployee::intCsvToCon Method [AX 2012]
Convert an integer based CSV string into a container
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
Work around bug in str2con() that returns a container of 1 when the string is empty instead of conNull