create own input mask

murray83

Games Collector
Local time
Today, 16:58
Joined
Mar 31, 2017
Messages
822
Hi All

i have a text-box which i need to accept data as follows

t = text
n = number

tttnnn.tnnn

i have looked at the input masks and also searched online and here but not sure where to start as if i put L it only allows text and no other numbers or characters

so i mix and match and put the following

Code:
lll000cl000

but it didnt work
 
The advice you found say use an L, but you have use a lower case L
also, why use a c instead of a . which you want?

try

LLL000.L000
 
The advice you found say use an L, but you have use a lower case L
also, why use a c instead of a . which you want?

try

LLL000.L000

Works a charm cheers

silly me
 

Users who are viewing this thread

Back
Top Bottom