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.
我的问题是我有一个字符串变量 strTemp5。我只想在我的公共潜艇中给它一个值,然后在 33 个普通潜艇中使用它。但似乎我现在每次都必须定义它。有什么方法可以通过只定义一次来使用相同的字符串。
如果它只是相同的值。
Public Const <variable> as <type> = x
例子。
Public Const numberofbats as Long = 6