Flags for InputRequester
Posted: Wed Sep 08, 2004 9:23 pm
What do you think about following flags for inputrequester?
would it be possible to use multiline text for the second parameter Message$ ? Would be nice!
Code: Select all
Text$ = InputRequester(Title$, Message$, StandardText$,[Flags])
#PB_Input_Password !!!!! (i miss this!)
#PB_Input_Alphanumeric (a,b,c...)
#PB_Input_Numeric (1,2,3...)
#PB_Input_LowerCase
#PB_Input_UpperCase