evalpΒΆ
evalp evaluates UniScript program code.
- ret = evalp(ssString)
Return Value
ret is an empty string if the function was successful. If an error occurred, the function returns a string vector with 5 elements:
Value |
Meaning |
---|---|
ret[1] |
Error code hexadecimal in hError code in hexadecimal notation. |
ret[2] |
Line number in which the error occurred. |
ret[3] |
Name of the file in which the error occurred. |
ret[4] |
The source code where the error occurred. If the source code is not available, an empty string. |
ret[5] |
Error description in the set language (German or English). |
Parameters
- ssString
ssString.
See also
id-918696