Sunday 13 July 2014

What is Set and Let ?

Set: this command assigns the variable the text to  the right of equal sign.
Let: assigns the variable whereas Let command evaluates expression.
Ex. Set Variablename = String.
      Let variablename= operation.

No comments:

Post a Comment