Generates a form that allows the user to enter values through a number pad. The form is displayed on the current ('active') monitor, at the cursor position.
Syntax
CSV_Form_NumPad(sTitle,sInput,iMode)
#sTitle:
Title of numeric pad form.
#sInput:
Initial default value.
#iMode:
Indicates the input mode:
Return Value
Returns the string of value entered through the keypad if closed with the accept button, or a null string if closed any other way.