Contents | Index | < Browse | Browse >



   SetVar   Variable  String

With this command you can put a value (String) into a variable.
If the variable does not already exist, it will be created.

Variable    - The name of the variable

String      - Any character, sentence, text, number - whatever.

Example :

   SetVar  MyVariable  "This is my variable and nobody touch it!"


*** NEW with V2.2 is that you can do this :

MyVariable = "This is my variable and nobody touch it!"

instead of using SetVar. It is much more logical. 
SetVar still works though.