Homepage › Clovertech Forums › Read Only Archives › Cloverleaf › Cloverleaf › xlate wild card? › Reply To: xlate wild card?
September 17, 2005 at 2:24 pm
#57420
Keith McLeod
Participant
set fairlist {FAIR FAIR1 FAIR2 FAIR3}
set xlateOutVals [lcontains $fairlist $xlateInVals]
This returns a 1 if contained in your list and 0 if not.
COPY 1(0).PV1.00133[0] –> @flag
IF @flag eq ==1 Then
Hope this helps….