configurationKeyNum Function

Retrieves the ID of the specified configuration key.


int configurationKeyNum(str keyname)

Parameter

Description

keyname

The configuration key for which to return the ID.

The ID of the specified configuration key.

static void configurationKeyNum(Args _args)
{
    int i;
    ;
    i = configurationKeyNum(AIF);
    print i;
    pause;
}

Community Additions

ADD
Show: