Custom designs are a main service.
My name is James Wayne. I live in ... the Netherlands
Screens
Menus
Components
Actions
The parameter variables are defined using parameter files, that can be the basis for &*param*&eter actions.
Parameter files have the following syntax (the fields between <> must be entered:
CONTEXT_BEGIN
GLOBAL_BEGIN
GROUP
!
!
GLOBAL_END
LOCAL_BEGIN
GROUP
!
!
LOCAL_END
CONTEXT_END
A parameter file must obey te following rules
The Parameter file starts with the statement CONTEXT_BEGIN
Lines starting with a ‘!’-character are comment-lines.
In a parameter file more than one block may occur, all starting with the statement CONTEXT_BEGIN BLOCKX and ending with the keyword CONTEXT_END.
Every block consists of a set of global and a set of local variables, that all start and end with the keyword GLOBAL_BEGIN (or LOCAL_BEGIN) and end with the keyword GLOBAL_END (or LOCAL_END).
Every set consists of a group of associations, denoted by GROUP xy, where xy equals the number of associaties.
An association consists of the name of a parameter and the value of the parameter, separated by whit space.
For Instance: FSM10.PAR
CONTEXT_BEGIN FSM1
GLOBAL_BEGIN
GROUP 11
!
HF_NAME VERT19
STATE S01
HYPHEN -
LOCATION2 0
ZERO 0
DEFAULT_SEARCH &*
BACKSLASH_SEARCH \
STRIKE.STRIKE1
BAT_EXTENSION .BAT.
RESULT1 0
RESULT2 0
!
GLOBAL_END
LOCAL_BEGIN
GROUP 6
!
CHAR_PUT CHAR_PUT
CHAR_PUT2 CHAR_PUT2
FLUSH FLUSH
ACCUMULATE ACCUMULATE
5 5
PROC_SKEL PROC_SKEL
!
LOCAL_END
CONTEXT_END
When iterarating over parameters the following actions can be used (See Action Scripts - Parameter-Actions):
Define the names of a parameter file bestand (FILNAM_PAR)
Point to the first block of parameters with a specific name (BEGIN_PARAMETERS BLOCKX).
Start an iteration of global groups of parameters (BEGIN_GLOBALS ... END_GLOBALS), nested with iterations of local groups of parameters (BEGIN_LOCALS ... END_LOCALS).
In the first iteration the first group of GLOBAL variables is loaded, and the first group of LOCAL variables. (If only one iteration of GLOBALE and LOCAL variables is wanted, the ending END_LOCALS and END_GLOBALS are not obliged in the Action-Script).
Within an iteration substitutions are possible of parameter-variables.
By combining iterations over parameters with iterations over other objects complex substitution-actions are possible.
With &*param*&eters several other actions are possible (See Action Scripts - Parameter-Actions). See also the &*FSM*& example.
If you like the header, it can be found here.
If you're using firefox, put your cursor over the logo. But for some reason IE doesn't like image rollover effects. Its not that big of a deal.
Google