Share via


PBAVariable::checkName Method

Checks whether the specified string is a valid name for a variable.

Syntax

client server public static boolean checkName(str _variableName)

Run On

Called

Parameters

  • _variableName
    Type: str

Return Value

Type: boolean
true if the variable name is valid; otherwise, false.

See Also

Reference

PBAVariable Table