chmRegisterTypeSplitter: Define and register a Javascript function for converting a...

chmRegisterTypeSplitterR Documentation

Define and register a Javascript function for converting a lists of type values into single values.

Description

This function defines and registers a Javascript function for converting a list of type values separated by the specified separator into the single values, and registers it as a type mapper.

Usage

chmRegisterTypeSplitter(functionName, listtype, itemtype, separator)

Arguments

functionName

The name given to the Javascript function.

listtype

The name of the list type.

itemtype

The name of the individual values.

separator

The string that separates items within the list.

See Also

chmGetFunction()

chmListFunctions()

chmRegisterTypeMapper()


bmbroom/NGCHMR documentation built on April 18, 2022, 6:52 p.m.