cns_isNode

Checks whether the given string is a valid CNS node identifier.

Synopsis

bool cns_isNode(string node);

Parameters

Parameter Description
node String to be checked for a valid CNS node identifier.

Return value

Returns TRUE if the given string is a valid CNS node identifier, otherwise FALSE. The function does not check whether the referenced node actually exists.

Description

This function checks whether the given string is a valid CNS node identifier. It does not verify whether the referenced node actually exists in the CNS.

main()
{
  cns_isNode("System1.View3:Node1");
}

Availability

UI, CTRL