NetSeeker
12-22-2003, 06:06 AM
It would be nice to have a vie more control flow statements:
ELSE for Alternatives to IF
FOR for a fully qualified loop
CALL for functions and procedures
CALL only makes sense, wenn it is possible to separate Actions from the rest of the setup in several files and link to this files.
Then it is possible to use generlized code in this actions in more than one setup project. That keeps different Setups consistent and mantainable.
ELSE for Alternatives to IF
FOR for a fully qualified loop
CALL for functions and procedures
CALL only makes sense, wenn it is possible to separate Actions from the rest of the setup in several files and link to this files.
Then it is possible to use generlized code in this actions in more than one setup project. That keeps different Setups consistent and mantainable.