Needed Advanced MaskEdit Macro or Function input (Console)
Posted: Wed Jul 30, 2003 10:46 am
Dear PureBASIC Programmers,
Where can I please find an MACRO or FUNCTION for more
Advanced input on the forums here, if there is not one can please
an programmer here written my the MACRO for advanced Masked Input
I will this like prefer written in assembler
0 = Digit (0 to 9, entry required, plus [+] and minus [-] signs not allowed)
9 = Digit or space (entry not required, plus and minus signs not allowed)
# = Digit or space (entry not required; spaces are displayed as blanks while
in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed)
L = Letter (A to Z, entry required)
? = Letter (A to Z, entry optional)
A = Letter or digit (entry required)
a = Letter or digit (entry optional)
& = Any character or a space (entry required)
C = Any character or a space (entry optional); Decimal placeholder and thousand, date, and time
seperators (.,:;-/)
< = Causes all characters to be converted to lowercase
> = Causes all characters to be converted to uppercase
! = Causes the input mask to display from right to left, rather than
from left to right. Characters typed into the mask always fill
it from left to right.
Can please anyone help me for written this Macro or function?
Many thanks
Stephane
Where can I please find an MACRO or FUNCTION for more
Advanced input on the forums here, if there is not one can please
an programmer here written my the MACRO for advanced Masked Input
I will this like prefer written in assembler
0 = Digit (0 to 9, entry required, plus [+] and minus [-] signs not allowed)
9 = Digit or space (entry not required, plus and minus signs not allowed)
# = Digit or space (entry not required; spaces are displayed as blanks while
in Edit mode, but blanks are removed when data is saved; plus and minus signs allowed)
L = Letter (A to Z, entry required)
? = Letter (A to Z, entry optional)
A = Letter or digit (entry required)
a = Letter or digit (entry optional)
& = Any character or a space (entry required)
C = Any character or a space (entry optional); Decimal placeholder and thousand, date, and time
seperators (.,:;-/)
< = Causes all characters to be converted to lowercase
> = Causes all characters to be converted to uppercase
! = Causes the input mask to display from right to left, rather than
from left to right. Characters typed into the mask always fill
it from left to right.
Can please anyone help me for written this Macro or function?
Many thanks
Stephane