StringGadget() Flags

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
naw
Enthusiast
Enthusiast
Posts: 573
Joined: Fri Apr 25, 2003 4:57 pm

StringGadget() Flags

Post by naw »

Currently, these are supported which is great:
#PB_String_Numeric
#PB_String_Password
#PB_String_ReadOnly
#PB_String_LowerCase
#PB_String_UpperCase
#PB_String_BorderLess

It would be exceptionally useful if these could be added for PB4:
#PB_String_Float = 123456.78 or -123456.78
#PB_String_Amount = 123,456.78 or -123456.78
#PB_String_Currency = X123,456.78 (where X is $, £, € or Y)
#PB_String_DDMMYYYY = 01/12/2066
#PB_String_DDMMYY = 01/12/66
#PB_String_YYYYMMDD = 2066/12/01
#PB_String_YYMMDD = 66/12/01
#PB_String_HHMM24 = 23:59
Ta - N