This is actually an extremely inefficient and essentially wrong approach.
Look up Column.Count DataWindow object property in help.
You do a describe on this property, cast it and set your loop for it.
In the loop you do a describe for .ColType property.
Something along these lines:
( NOT Match(GetText(),~"[^A-Za-z0-9\.@_\-]~") OR NOT (Match(GetText(),~"[@+]~") AND Match(GetText(),~"[/.+]~"))) AND NOT (pos(GetText(), ~".~") = 1 OR pos(GetText(), ~".~", Len(GetText())-1) = Len(GetText()) OR...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.