You are here: start » ppl » statements » inputstr

INPUTSTR...

INPUTSTR...

Usage:
INPUTSTR prompt:string, var:string, color:integer, len:integer, valid:string, flags:string
Display “prompt” in color “color” and get a string (maximum length “len”, valid characters “valid”, flags “flags”) from the user, assigning it to “var”

      valid length:          1-256  
      valid characters:      any string  
      valid flags:           ECHODOTS  
                             FIELDLEN  
                             GUIDE  
                             UPCASE  
                             STACKED  
                             ERASELINE  
                             NEWLINE  
                             LFBEFORE  
                             LFAFTER  
                             WORDWRAP  
                             NOCLEAR  
                             HIGHASCII  
                             AUTO  
                             YESNO  

See also: Input, InputCC, InputDate, InputInt, InputMoney, InputText, InputTime, InputYN

ppl/statements/inputstr.txt · Last modified: 2019/04/16 14:00
CC Attribution 4.0 International Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution 4.0 International