Uppercasing a string in a ZSQL method?
28 Sep
1999
28 Sep
'99
6:11 p.m.
I've tried the following to change a string to upper case in a ZSQL method: <dtml-sqlvar sNewAcctNo type=string upper> (doesn't work; sqlvar doesn't define 'upper') <dtml-let sNewAcctNo="_.upper(sNewAcctNo)"> (doesn't work; exceptions.AttributeError) <dtml-let sNewAcctNo="string.upper(sNewAcctNo)"> (doesn't work; exceptions.NameError) <dtml-let sNewAcctNo="upper(sNewAcctNo)"> (doesn't work; exceptions.NameError) What am I missing? Thanks in advance, -scott
9687
Age (days ago)
9687
Last active (days ago)
0 comments
1 participants
participants (1)
-
Scott Anderson