Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

6.5.1 Simple variable use
6.5.2 Variable write and append
6.5.3 Variable read
6.5.4 Variable incrementing and decrementing
6.5.5 Translating strings
6.5.6 Math evaluate

6.5 String and number commands

The commands in this category are used to store temporary information into variables, translate strings and evaluate mathematical expressions. Whilst these thus provide functions familiar from other programming languages, it should be stressed that they should be used sparingly. The navigation and stream functions in MERL provide powerful and concise ways to generate the necessary output in almost all cases. You should first become expert in using those fundamentals of MERL before starting to use the commands in this section. Otherwise, you run the risk of doing something similar to programming with an ANSI C style in an object-oriented programming language.

Show in Frame No Frame
Up Previous Next Title Page Index Contents Search