Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== MAX_OI_USERS Function ====== ==== Description ==== This function will return the number of maximum users for a running copy of OpenInsight. ==== Syntax ==== numUsers = MAX_OI_USERS() ==== Parameters ==== The function does not accept parameters. ==== Returns ==== The number of maximum users for the current copy of OpenInsight. ==== Example ==== <code> declare function MAX_OI_USERS numUsers = MAX_OI_USERS() call msg(@window,'This copy of OpenInsight has a maximum of ': numUsers : ' users!') </code> guides/programming/programmers_reference_manual/max_oi_users.txt Last modified: 2024/06/19 20:20by 127.0.0.1