Hi.
I’m trying to use the python expression .upper() but it’s not working when I am pulling from a dat for my text top.
Any suggestions?
Here’s the screenshots.
Thanks!!
Hi.
I’m trying to use the python expression .upper() but it’s not working when I am pulling from a dat for my text top.
Any suggestions?
Here’s the screenshots.
Thanks!!
Difficult without your python!
That works for me:
texte = 'bonjour'
upTexte = texte.upper()
print(upTexte)
Try
op(“someDat”)[0,0].val.upper()