Gocator API > Go2 > Classes > Go2Script > Functions > Go2Script_Code
Gocator 2x00 API
Go2Script_Code
Description

Gets the source code for the script.

C
Go2Status Go2Script_Code(Go2Script measurement, Go2Char** sourceCode);
Parameters
Parameters 
Description 
Go2Script measurement 
Go2Script object. 
Go2Char** sourceCode 
Receives a null-terminated string containing the script code. 
Returns

Operation status.

Remarks

Use the Go2Free function to free the sourceCode string returned by this function.

File

Go2Measurement.h

Copyright (c) 2013 by LMI Technologies Inc. All rights reserved.