Page 2 of 2

Re: what is the equivalent of operator LIKE in CSPro ?

Posted: November 9th, 2021, 7:52 am
by Gregory Martin
Are the names on a repeating record? If so, you will have to specify the occurrence you want to check, or use a count/seek expression to check all occurrences, something like:
and count(NOM_PRENOMS_INDIVIDUS where startswith(toupper(strip(F69_DRAFT)), toupper(NOM_PRENOMS_INDIVIDUS))) > 0 do