dpIsLegalName()

Checks, whether the name of a data point contains incorrect characters.

This function must not be used anymore and was replaced by the function nameCheck().

Synopsis

bool dpIsLegalName(string dpName);

Parameters

Parameter Meaning
dpName Name of the data point

Return Value

TRUE, FALSE.

Errors

Description

Checks, whether the name of a data point contains incorrect characters. The result is either TRUE or FALSE.

This function has been replaced with the function nameCheck() and must not be used anymore!

Assignment

Data point function

Availability

CTRL