Share via


RetailTransactionServiceEmployee::intCsvToCon Method [AX 2012]

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

See Also

Reference

RetailTransactionServiceEmployee Class