| Group: | Reading and Writing |
| See also: | execfile free library getenv |
| Function: | func | |
| Description: |
func loads files and executes them. If necessary the suffix xpl is appended.
|
| Usage: | func(name) | |
| Input: | ||
| name | string, name of the file | |
func("examples/switch.xpl")
read all function defined in XploRe_Home/examples/switch.xpl.
| Group: | Reading and Writing |
| See also: | execfile free library getenv |