Z-Script Cookbook
Table of Contents
1. Introduction
2. Basic Z-Script
3. Advanced Recipies
Building functions - basic steps -Arguments and special variables -Using the set command to rewrite the argument list -Using the shift command
Functions and message lists -Arguments -The input variable -Implicit lists -The selected variable
Building iterating functions: each and foreach -The each command -The foreach command
Conditional functions: testing for success -The status variable -Using the while command -Using the if and endif commands -Using the if, else, and endif commands -Nesting if statements -Using the return command to continue processing
Making comparisons with if...endif -Comparison operators -Argument types -Comparing variables Comparing strings
4. Additional Examples
5. Z-Script Syntax
6. Z-Script and the Z-Mail Interface
7. Z-Script Commands
8. List of Examples
Top