When you're working on a macro, how do you view a variable to make sure its 
actually doing what you think its doing?

For example:
\define vassum2(here myfield)
<$text text={{{=[title[$here$.VAShi]get[$myfield$]] 
=[title[$here$.VASlo]get[$myfield$]] 
=[title[$here$.disAbil]get[$myfield$]]  +[sum[]]}}}/>
\end

\define vassum()
<$list 
filter="[all[current]addsuffix[.VAShi]fields[]regexp[\d\d\d\d-\d\d-\d\d]]" 
variable="field">
<$macrocall $name=vassum2 here="$(currentTiddler)$" myfield=$field$ /> *<-- 
here?
</$list>
\end
<<vassum>>

Like if I want to check on the contents of the variable "field" in the 
vassum macro, how would I view that? At the asterisk I tried $field$ 
<field> <<field>> and $(field)$

I also tried $myfield$ and <$text text=$myfield$/> in the vassum2 macro


Thanks,
- Dave 

-- 
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/6079a552-146f-4e88-885b-940b7a4c4109o%40googlegroups.com.

Reply via email to