How can I load specialized SPL functions and DADiSP macros at startup?
DADiSP reads the dadisp.spl and dadisp.mac files upon startup. Create one or both of these files. Either cut and paste the function definitions into dadisp.spl and the macro definitions into dadisp.mac, or use the #INCLUDE function to include the filename(s) (with associated path) of the location of your specialized functions and macros. For example, if you have custom functions defined in the SPL file, myfuncs.spl, put the following line into the dadisp.
Related Questions
- My terminal shows a "Recoverable error" message upon startup of the terminal emulation software, and also exits the emulation functions every 30 minutes. Whats going on?
- How can I load a libray of user defined functions (UDFs) and access them within my application?
- How can I load specialized SPL functions and DADiSP macros at startup?