hmCal_GET USER LIST

hmCal_GET USER LIST(area;userList)

Parameter          Type             Description
area               Longint      ->  hmCal area
userList           ARRAY LONGINT<-  user references

Description

The command hmCal_GET USER LIST returns all users, created with the command hmCal_Add User, of the hmCal area.

Example

The following example returns a list of all users:

ARRAY LONGINT($tl_users;0)

hmCal_GET USER LIST($vl_area;$tl_users)