|
ds_ExecuteToken |
|---|
| ds_ExecuteToken (tokens) <- errorCode | |||
|---|---|---|---|
| Parameter | Type | Description | |
| -> | Tokens | Text | Tokens |
| <- | errorCode | Long Integer | Error Code (0 = no error) |
Execute the tokenised code. To execute a token is faster than calling "EXECUTE". If you have to execute the same instruction several times it will be faster to tokenise the expression and then execute the tokens.