Test if value is numeric
I'm using OCR and frequently the characters are not pulled in correctly (not entirely unexpected).
The characters I want are always numeric. Is there a way to force AA to test if a value is numeric, such as:
'Loop while variable is not numeric'
I could potentially put the value into Excel or a DB and test there but that would add to the complexity and pace of the task
|