Hi Sakura and welcome!

First off, your question is about basic TW usage i.e how to *use* TW by 
coding with wikitext so it is more suitable for the regular TiddlyWiki 
forum, not for the Dev forum.

Anyway, you have at least one (common) syntactic error: you're trying to 
use a macrocall (the RandNum) within the simplified transclusion i.e the 
{{...}}. 
General rule: You cannot nest such simplified syntax into one another, e.g 
{{ << >> }} 
Instead use the *explicit* transcludewidget.
Further, it is probably a good idea to wikify (i.e evaluate) that randnum 
macrocall before using it inside anything.
So:

<$wikify name=randy text=<<RandNum 6>> >
<$transclude $name="DTiddler_1" index=<<randy>>/>
</$wikify>

NOTE that first RandNum macrocall - I don't know how the RandNum *parameter 
list* looks so it may be that the "max" parameter is in, say, position four 
in which case the macrocall would look like <<RandNum "" "" "" "6">> . 


<:-)

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywikidev+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywikidev@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywikidev.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/669fdca6-7845-42a4-b2c7-37d67a0c64f0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to