LGuzik
03-02-2010, 10:50 PM
Hello, I was just wondering if there was a way to add a prefix to an incoming variable and have that variable be capitalized as to not upset the naming convention. Say it looks something like this:
textField -e -text ("right"+$selAttr[0])
and the incoming variable is "translateX". Is there a way to get "rightTranslateX" with the translate capitalized?
textField -e -text ("right"+$selAttr[0])
and the incoming variable is "translateX". Is there a way to get "rightTranslateX" with the translate capitalized?
