Compiles one or more SPL function files into OPL files.
|
"filespec", recurse, overwrite, expand, load, verbose) |
"filespec" |
- |
String. The SPL filename specification with optional * or ? wildcard characters. |
|||||||||
recurse |
- |
|
|||||||||
overwrite |
- |
|
|||||||||
expand |
- |
|
|||||||||
load |
- |
|
|||||||||
verbose |
- |
|
An integer, the number of files compiled.
splcompileall(".\spl\dsp\*.spl")
Compiles all SPL files in the .\spl\dsp, directory.
splcompileall(".\spl\*.spl", 1)
Compiles all SPL files in the .\spl directory including sub-directories.
splcompileall(".\spl\*.spl", 1, 1, )
Same as above except the compiled functions are also loaded into memory.
SPLCOMPILEALL creates OPL files. Set the LOAD option to 1 to also load the functions into the Worksheet.
Any errors found during compile are written to the ASCII text file, filename.err.