Hi Bill,
Something like this:
stringvar s := {String Field};
if isnumeric(s[1]) then
'Number'
else if s[1] IN ['A' to 'Z'] then
'String'
else
'Garbage'
-Abhilash
Hi Bill,
Something like this:
stringvar s := {String Field};
if isnumeric(s[1]) then
'Number'
else if s[1] IN ['A' to 'Z'] then
'String'
else
'Garbage'
-Abhilash