IF TEST = 1 { ASSIGN OriginalString = "Spider-man Wolverine" ASSIGN AppendString = " Captain America" } //Only applicable within a Snippet. This method will append the text TO //the end of the existing contents of the variable. OriginalString.append(AppendString)