运算符

您可以使用任何 Visual Basic 运算符。

  • 算术运算符:+、-、/、*

  • 逻辑运算符:or、and、not、xor

  • 比较:<、>、<=、>=、=、Like、<>

  • 字符串操作:+、&