You are here: start » ppl » statements » promptstr

PROMPTSTR prompt:integer, var:string, len:integer, valid:string, flags:integer

PROMPTSTR prompt:integer, var:string, len:integer, valid:string, flags:integer

Display PCBTEXT entry “prompt” 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: DispText

ppl/statements/promptstr.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