Environment create-with-name
Aus ExpeccoWiki
(Weitergeleitet von Environment Create Variable)
Schema
Operation
This block creates a new variable in the containing compound block's environment.
Notice:
The dynamic creation of variables is a very special operation, which should normally not be used. Its big disadvantage is that you cannot search for its uses and that it cannot be seen easily in the network what is going on. This is true also for readers and writers of those variables. However, in some special situations, where many variables have to be created, or inside a GUI compound, it may make the network simpler and more efficient.
Revisions
This block has been added with the Standard Library 1.7.1.
Back to Standard Library.
Previous: Environment [ Set Variable ]
Next: Environment [ Remove by Name ]
