<div dir="ltr">Hi Jari,<div><br></div><div>I'm modifying your Change Staff Instruments example to change my staff names to uppercase instead.  I get hung up using Replace.  It works great when you already know the name but I can't find a way to get it to work when the name is different and unknowable.</div><div><br></div><div>I imagine it to work along the lines of:</div><div>thestring:Replace(thestring, string.upper(thestring))</div><div><br></div><div>This of course doesn't work because thestring is actually an object of some kind, not a literal string.  But it's not a table I can parse either, maybe more specifically "userdata" whatever that is. Probably C and not Lua.  Any suggestions?</div></div>