Create Mask for the function gap detection
Robert van den…
Forums
I created a script for the gap detection and build some code so that would check if a letter from a string is numeric or not. I got it working but what i don't understand is that every space, dot en minus sign is recognized by the IsNumeric function als numeric. Why is that? I would expected that only number would be a valid numeric.
HI Robert,
HI Robert,
The reason why the - and period are considered numbers is that a number can be negative or it can have a decimal so this won't work for you.
Here is an alternate way to create your mask.