AppendToLabel

From Planimate Knowledge Base
Revision as of 12:27, 16 December 2008 by Craig.Chandler (talk | contribs) (New page: Append text to an existing label AppendToLabel($R,$1) $R = Result $1 = Source The Result $R is also the initial text that you want to append to. The Source $1 is the text you want...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Append text to an existing label

AppendToLabel($R,$1)

$R = Result
$1 = Source

The Result $R is also the initial text that you want to append to.

The Source $1 is the text you want to append, it can be an attribute formatted to anything, the formatted text is what will be appended.