Syntax:
[Let] var = expr
Group:Assignment
Description: Assign the value of expr to var. The keyword Let is optional.
Example:
Sub Main Let X = 1 X = X*2 Debug.Print X ' 2 EndSub
Copyright © Fortra, LLC and its group of companies.All trademarks and registered trademarks are the property of their respective owners.v10 | 202212080228 | December 2022