dpIsLegalName()
Checks, whether the name of a datapoint 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 datapoint |
Return Value
TRUE, FALSE.
Errors
Description
Checks, whether the name of a datapoint 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
Datapoint function
Availability
CTRL
