There are a few ways to do this, perhaps the simplest is to use the tiddler 
widget. If you change the second set widget from <$set name="t" 
value={{$:/temp/$(currentTiddler)$!!$label$}}> to <$tiddler 
tiddler={{$:/temp/$(currentTiddler)$!!$label$}}> and then make the second 
button 

<$button set=<<s>> setTo={{!!target}} class="tc-btn-invisible">
<<t2>>
</$button>

The tiddler widget changes the value of currentTiddler inside the widget to 
whatever tiddler you set, it can let you avoid a lot of problems in 
situations like this.

Another way is to use a variable and macro like is done here 
<http://inmysocks.tiddlyspot.com/#Concatenating%20Strings%20-%20What%20Breaks>
.

-- 
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/95ff2f37-2970-4db2-9d42-c811b265ec25%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to