View Single Post
  #1 (permalink)  
Old 01-13-2010, 07:06 AM
trentonponder trentonponder is offline
Member
 
Join Date: Jan 2009
Posts: 59
Default 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
Reply With Quote