regapp
(regapp appName)
This function registers an "application
name" appName to access application XData (create and
read/write).
Arguments |
appName (string) the "application name" to be registered; must be a valid symbol name (like for table entries) |
Return |
T if successfully registered; NIL if appName is not a valid name, or if the same application name is already registered |
Example |
(regapp "MyAppData-1" |
Remarks |
"appName" should be a unique name, to prevent clashes with other applications |
© Bricsys NV. All rights reserved. |