It's cumbersome to manually type out set text = "Variable 1: = "&object.instanceVariableA&newline&"Variable 2: "&object.instanceVariableB each time I want to do so (especially if I add new instance variables or change their names). Is there an easier way to do this?