.upper() not working

Not sure what’s going on here, but .upper() does not seem to be working, but .lower() and .title() seem to be working just as expected. Hoping I’m just missing something simple here.

it may be the “old” out variable, which comes as a standard output and prints the console output, which is empty in your case. Try removing Upper from the Component and add it again, then it should work. Python Code is correct.

1 Like

This works…

test.gh (15.6 KB)

– Dale

Dozens of scripts’ worth of muscle memory, deleting the “out” right away seems to have failed me on this one. Thank you for catching my boneheaded mistake! :skull: