The sequence of execution of action widgets within a single block/string is not guaranteed. Therefore you cannot reliably set a value in an action-widget and read it in a subsequent one if they are part of the same block of action widgets which have the same trigger. This is a known design limitation of the action-widget implementation.
You can work around this in limited situations with the Button widget by executing some actions in the body of the button and others in the actions attribute. Otherwise for things like having a counter, recursive macros are an option. >>> -- 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/478d1281-50bd-468e-ac18-cd5bc8184d08n%40googlegroups.com.

