GetID  Global

The GetID function retrieves the constant value of the specified ID.

Syntax

String Global.GetID(
     String name)

Parameters

nameName 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")
SECCIA Documentation - Copyright © 2001-2009 Sylvain Seccia