[Swtworkbench-devzone] Using either SimpleEditMaskValidator or RegexEditMaskValidator
Brought to you by:
dvorme
From: Liam H. <li...@ex...> - 2004-07-16 14:55:42
|
It is possible to have an input mask which will allow a number to be formatted like: 1 = 1 10 = 10 100 = 100 1000 = 1,000 10000 = 10,000 100000 = 100,000 1000000 = 1,000,000 etc? Looks to me like a variable mask, or one that allows repeated fields. Anyway of doing this? Many Thanks |