|
| KiXtart 2001 Manual |
Execute( )
| Action: | Executes
a piece of KiXtart script code. |
| Syntax: | EXECUTE
(script code) |
| Parameters: |
Script
code
|
| Returns: |
The
exit code of the executed script. |
| Examples: |
$res
= Execute( '? "This is a demo of the Execute() function"' ) |