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

&= Operator

Concatenates a string expression to a string variable and assigns the result to the variable.

Arguments

Part
Description
variable
Required; any string variable.
expression
Required; any string expression.

See Also

& Operator | *= Operator | += Operator | -= Operator | /= Operator | = Operator | \= Operator | ^= Operator