indexNum Function

Converts to the number representing the index specified by tableid and indexid.


int indexNum(int tableid, int indexid)

Parameter

Description

tableid

tbd

indexid

static void indexNumExample(Args _arg)
{
    int i;
    ;
    i = indexNum(CustTable, PhoneIdx);
    print i;
    pause;
} 

Community Additions

ADD
Show: