A
AA2e72E
Depending on whether a variable length field (1 to 6 characters) contains the
letter L, I want to be able to insert different text. I tried:
{ IF CODE = "*L*" "HAS L" "DOES NOT HAVE L" }
Why does this not work?
letter L, I want to be able to insert different text. I tried:
{ IF CODE = "*L*" "HAS L" "DOES NOT HAVE L" }
Why does this not work?