On 2012-10-19 02:12 , Jonathan Stickel wrote: > I am trying to set a variable in a variant for later use in another > variant, but I am getting errors that the variable does not exist. The scope of the variable is limited to the variant body you set it in unless you declare it global ('man n global'). - Josh