Getting Keyboard Input
Functions Introduced:
These four functions obtain keyboard input from a text box at the bottom of the Creo Parametric window. The functions check the syntax of the user’s entry and indicate when the entry is simply a carriage return. Each of the functions enable you to restrict numeric input to a specified range, or string input to a specified string length. The functions continue to prompt the user until a valid response is entered.
The function
ProMessageStringRead() supports string lengths up to 127 characters.