I just can’t find anywhere how to create constants associated with the library so that the user can use these constants. For example:
Code: Select all
CreatePerson(0, "Paul", #Person_Group_Developer)Code: Select all
CreatePerson(0, "Paul", #Person_Group_Developer)