The GetID function retrieves the constant value of the specified ID.
Syntax
String Global.GetID(
String name)
String name)
Parameters
| name | Name of the ID. | Required |
|---|
Return value
The GetID function returns the constant value.
Example
value = GetID("ID_APPNAME")
// You can omitt the prefix
value = GetID("APPNAME")
// You can omitt the prefix
value = GetID("APPNAME")