154 Chapter 15 Script SDK
GetRespLineCount
Class Response
Description Some query responses can consist of multiple lines of output. This method returns the
number of lines of output from the most recent query.
Command syntax sc.GetRespLineCount(void)
Return type INT32
Example refer to sample program testapi.cpp
Related commands GetResponse(), GetIntResponse(), GetUIntResponse(), GetDoubleResponse,
ClearResponse()