This code appends the text of the tiddler Learning onto the end of the 
tiddler HelloThere on tiddlywiki.com

\define thisAction()
<$action-setfield $tiddler=HelloThere text=
"""$(HelloThereText)$$(LearningText)$"""/>
\end

<$set name=HelloThereText value={{HelloThere}}>
<$set name=LearningText value={{Learning}}>
<$button>Test
<<thisAction>>
</$button>
</$set>
</$set>

is that what you need?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/44985a5c-1b32-4a0d-a823-24c2200fe58e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to