I have a requirement to achieve the following condition - I need to put up a condition that -
if last character of DESCR field does not have '3'
<print this content>
end-if
I tried with adding the below condition -
However, this gives me nothing? A blank page opens (PS. made sure DESCR(19,1) has the required value I need)
Any suggestions are welcomed.