Gets the source code for the script.
Go2Status Go2Script_Code(Go2Script measurement, Go2Char** sourceCode);
|
Parameters |
Description |
|
Go2Script measurement |
Go2Script object. |
|
Go2Char** sourceCode |
Receives a null-terminated string containing the script code. |
Operation status.
Use the Go2Free function to free the sourceCode string returned by this function.
Go2Measurement.h