FYI - MATCH does a string comparison too. e.g.
VAL1 = "43008E-112"
VAL2 = "43008E-108"
IF (VAL1 MATCHES VAL2) THEN
CRT "THIS IS STRANGE"
ENDdoes not print the message either. ------- u2-users mailing list [email protected] To unsubscribe please visit http://listserver.u2ug.org/
