156 Chapter 15 Script SDK
InputInteger
Class Front Panel
Description Presents a dialog for user input of an integer value via front panel display and keys.
Parameters allow specification of the displayed prompt, number of digits, and initial value.
The prompt string is required. The numDigits parameter is optional and defaults to 4. The
initValue parameter is optional and defaults to zero.
Command syntax sc.InputInteger(const char* prompt, UINT32 numDigits, INT32 initValue)
Return type INT32
Example refer to example program testapi.cpp.
Related commands InutFloat(), ClearLCD()