You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// ---------------------------------------------------- // LISTGetListOfAllLists : Return list of all lists in the database // // Parameters: // $1: pointer to array for the list of all lists // // Assumptions: // //C_POINTER($1;$pListArray) //--- copy parameters to locals$pListArray:=$1 //--- localsARRAY LONGINT($aListNumber;0) // not used, need it for 4D LIST OF CHOICE LISTS command //--- codeLIST OF CHOICE LISTS($aListNumber;$pListArray->)SORT ARRAY($pListArray->)