This is related to concatenation strings and quite alot discussed here! Yes
it is confusing!
If you have name in name and surname in surname field of temp tiddler, then
to create a concatenated one you have several choice!
One simple solution is like this
<$vars fullName={{{ [{temp!!name}addsuffix[ ]addsuffix{temp!!surname}] }}}>
<$button>
<$action-createtiddler $basetitle=<<fullName>> tags="person"
name={{temp!!name}} surname={{temp!!surname}} />
Create
</$button>
</$vars>
You will get better solution from geeks here :-)
--Mohammad
--
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 view this discussion on the web visit
https://groups.google.com/d/msgid/tiddlywiki/22ae3e26-f669-409a-81ef-55777acf906c%40googlegroups.com.