Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下代码,如果这是在 C# 或 VB.Net 中,它将按预期应用,但我不确定它是否可以在 VBScript 中工作?
if (sal = "23" or sal = "6") and error_flag = 0 then
是的,它应该可以正常工作。当涉及到诸如此类的基本语法时,VB 就像 VBScript 一样。
如果变量“sal”是字符串,则反之亦然,如果不是,则需要从整数值中删除双引号