×
Menu
Index

GETSTR Subroutine

 
Usage:
s = GETSTR([prompt [, maxchars]])
 
Description:
Returns a string entered by the user. prompt is an optional prompt that is displayed before waiting for the user to enter a string. In addition, maxchars is an optional number that specifies the maximum length of the string that the user can enter.
 
NOTE: If maxchars is specified, the prompt argument must be included. If TXINIT is active then a newline is not automatically output after pressing enter (except under Windows which always outputs a newline).