home *** CD-ROM | disk | FTP | other *** search
- Wingz Externals Readme - Windows 3.0
-
- This Readme file explains the following Wingz externals:
-
-
- EXTERNAL FUNCTION RESULT
-
- MYDLL.EXE ADD2ARGS(number, number) Adds 2 numeric arguments
-
- MULT2ARGS(number, number) Multiplies 2 numeric arguments
-
- REVERSE(string) Reverses the sequence
- of characters
- in a string
-
- The following are examples of the functions provided and the results
- obtained by the functions.
-
-
- FUNCTION RESULT
-
- ADD2ARGS(5,5) 10
-
- MULT2ARGS(5,5) 25
-
- REVERSE("ZGNIW") WINGZ
-
-
- EXTERNAL FUNCTION
-
- LAUNCH.EXE APP("EXECUTABLE","WORKING DIRECTORY")
-
- When this function is called, the application is executed as an
- independent process. After setting the working directory to the
- specified path, the application executes. If the specified
- executable is not located, the function returns an error.
-
- The following is an example of the APP function.
-
- Example:
-
- APP("C:\Windows\clipbrd.exe", "C:\Windows")
-
-
- These external examples can be recompiled using either MKLAUNCH.BAT
- or MKMYDLL.BAT. When loading externals, the external executable
- needs to be located in the Wingz program directory.
-
-
-
-