chmRegisterTypeSplitter {NGCHM}R 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

A single character string specifying the name of the function to be registered.

listtype

A single character string specifying the type of the list to be split.

itemtype

A single character string specifying the type of the items in the list after splitting.

separator

A single character string specifying the separator to be used for splitting.

Value

None. This function is used for its side effects of registering a new type splitter.

See Also

chmGetFunction()

chmListFunctions()

chmRegisterTypeMapper()


[Package NGCHM version 1.0.3 Index]