Thanks for sharing an example value.
I'm not sure I understand what you want to accomplish with your IF statement:
IF (GetWord('Loan Account No'n)>0)
What would be some values that would fail this check, if it was working like you wanted it to? Are you checking for missing values, or values that would just be "0"? If so, you could check for those in a different way.
... View more