These PC-DMIS OldBasic functions were made available in previous version of PC-DMIS basic and are provided here, listed in alphabetical order, for backwards compatibility.
Important Notes:
- Functions that return type Object are invalid.
- Only OldBasic classes support optional parameters.
Miscellaneous Programming Notes:
-
Using Parentheses in BASIC Scripts: For information on when to use or omit parentheses, please refer to your BASIC Language documentation; generally however, for methods and properties you should only use parentheses if you're receiving a value.
-
Invalid Function Return Type: Be aware that objects are not a valid return type for functions.