At least I think that's what I need. Is it possible?
Thanks in advance.
Do want the entire contents of the tiddler transferred somewhere, and if so do you want to have a button to do the transfer? If you want it to happen right after the magic whatever then we need to know more about the whatever.
Good luck --
Mark
Cheers!
\define mylatex(a,b)
<$wikify name="doit" text="""
<$latex text="{$a$}+{$b$}" displayMode="true"></$latex>""" >
<<doit>>
</$wikify>
\end
<$macrocall $name="mylatex" a=<<eval1 datatiddler:"data" cell:"random3">> b=<<eval1 datatiddler:"data" cell:"random4">> >=@floor((@random() * 10) + 1)
<$wikify name=myvalue text={{sometiddler}} >
<$button>
<$action-setfield $tiddler="..." $field=... text=<<myvalue>> />
set
</$button>
</$wikify><$button>Set randoms
<$action-setfield $tiddler="data" $field="STATIC_RAN_01" $value=
<<eval datatiddler:"data" cell:"random1">>/>
<$action-setfield $tiddler="data" $field="STATIC_RAN_02" $value=
<<eval datatiddler:"data" cell:"random1">>/>
</$button>