NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

9.13.2 Erase statement

The Erase statement sets each of the array variables or properties specified in the statement to Nothing. At runtime, the assignments are done from left to right.

EraseStatement ::= Erase VariableExpressions StatementTerminator
VariableExpressions ::=
 VariableExpression |
 VariableExpressions , VariableExpression