Do you mean string concatenation, where you amend more text to the end of the existing text?
Values["name"].String = Values["name"].String .. "example"
Aye, that's correct, but feel free to use shorthand instead of the old longhand getObject method.Values["name"].String = Values["name"].String .. "example"