Welcome to the Testbed Page

Here is our FOO variable: %HZV_FOO. It should equal "Foo". Here is our FOO variable: %HZV_FOO. It should equal the first and last names entered by the shopper.
%HZV_thing
%HZV_example. The following tag with not be rendered. Instead, the literal characters will be shown.
%HZV_Example.
Everything should vanish. The following tag with not be rendered. Instead, the literal characters will be shown.
%HZV_Example.
Var1: 
Var2: 
Var3: 
Flag: 

Var1: %HZE_Var1
Var2: %HZE_Var2
Var3: %HZE_Var3
Test to see if Var2 is equal to Var1, and if Var1 if greater than Var3 and if Var1 is greater than flag

The statement tested true.
bummer!
Flag: %HZE_Flag
Now Flag=%HZE_Flag.
Flag go bye-bye!
Finally Flag=%HZE_Flag.

Var1:  %HZE_Var1
Var2:  %HZE_Var2

STOAT: %HZV_STOAT
Var1 plus Var2 equals STOAT
STOAT=%HZV_STOAT
Var1 plus STOAT equals STOAT
NEXT STOAT=%HZV_STOAT
STOAT plus 9 equals STOAT
Now STOAT=%HZV_STOAT

Now STOAT=%HZV_STOAT
Var1 plus STOAT equals STOAT
Now STOAT=%HZV_STOAT
STOAT plus var1 equals STOAT
Now STOAT=%HZV_STOAT
Post-MODULO 9 STOAT=%HZV_STOAT

Debugging Loops

The following is a listing of all the variables in all the Hazel name spaces. Only those variables actually in use are listed. If none are listed under a given heading, then no variables in that namespace were in use.

You can temporarily cut-and-paste this code into any Hazel-served page as an aid in debugging.

The outer loop goes through the list of hyphenated words, which contains the names of the namespaces, with the corresponding letter codes pre-pended. The Hazel-Explode command splits each entry into the one-letter code for the namespace as WORD1 and the name itself as WORD2. The Hazel-False statement only shows the letter codes and delimiters for those entries have a letter code other than the dummy value "Z" so as to filter out Cookies and Arg, which apparently don’t have such codes. The inner loop is a variant on the standard dump loop shown in the Hazel online documentation, using WORD2 as its source for the name of the namespace. The table format tags are positioned so as to form a new table around each variable. Note that you can list just the namespaces you want by deleting the ones you DON’T want from the list in the src statement. —!>

%HZV_WORD2

Namespace Letter Code: %HZV_WORD1
Token Prefix: %HZ%HZV_WORD1
_
%HZH_DUMP_KEY "%HZH_DUMP_VAL"

This process looped through %HZH_WORD_LOOP_TOTAL sets of Dump Values.