Mike,
I have to code 'if (TheField eq "00000") and (len(TheField) eq 5) then

How about:

if (TheField MATCHES "5N") AND (TheField eq 0) then

or

if (TheField MATCHES "'00000'") then


Craig
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to