The phone number %HZE_PHONE is 11 digits long and has a leading 1.
The truncated version of the number is %HZV_PHONE2.
The number does not match the pattern we are testing for.
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.