parseArgumentSeparator property

String parseArgumentSeparator
getter/setter pair

A static property that gets/sets character to be recognized by the parsing code as the delimiter for arguments in a named formula's argument list.

Implementation

static String parseArgumentSeparator = ',';