[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

SQR command to distinguish alpha characters from aplha-numer



     Is there an SQR command that can be used to interrogate a field and
     determine whether all characters are alphabets or alpha-numeric?

     e.g. Given 2 field values of 'JOB' and 'JOB9', we need to determine
     that JOB is alpha-only and JOB9 is alpha-numeric.

     Just wondering if there is an easier way than to read each character
     and look for the first non-alpha character