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!

& Operator

Used to generate a string concatenation of two expressions.

Arguments

Part
Description
result
Required; any String or ObjectdefObjectDataType@veendf98.chm variable.
expression1
Required; any expression.
expression2
Required; any expression.

Remarks

If an expression is not a string, it is converted to a String. The data type of result is String if both expressions are string expressions; otherwise, result is a String. If one or both expressions arestated as Nothing, a Variable Not Set error occurs.

See Also

Example

&= Operator | Concatenation Operators | Operator Precedence in Visual Basic | Operator Summary