|
UDF (User-Defined Functions)
|
|
| If you do not specify a plus or minus, the function is hidden when it runs; this setting is the default. A plus (+) runs the function in a normalized window. A minus (-) runs the function as a minimized icon.
|
| Specifies the name of the UDF (the name of the executable file into which you have compiled and linked your program). This cannot be a Windows program; UDFs can only be DOS or OS/2 programs.
|
| Specifies a text string that is sent to DOS. Multiple parameters must be separated by spaces, as shown:
|
|
|
| SET VAR v1=(UDF('random','25 345'))
|
|
|
| * If the operating system is DOS, this will be passed as an address. If the operating system is OS/2, this will be passed to a shared-memory segment.
|