代码的含义 – Visual Basic 6 类文件

huangapple go评论55阅读模式
英文:

Meaning of the code - visual basic 6 class file

问题

'MISSING_STRING' 的意思是什么?或者这是用户自定义的变量吗?

英文:

What's the meaning of below line of code?
<pre>
Public Sub Update( _
Optional ByVal astrJDE_SUPPLIER_ID As String = MISSING_STRING, _
)
</pre>

What is the meaning of 'MISSING_STRING'? OR is this user-defined variable?

答案1

得分: 2

MISSING_STRING是用户定义的常量

英文:

MISSING_STRING is user defined constant

huangapple
  • 本文由 发表于 2020年1月6日 23:18:19
  • 转载请务必保留本文链接:https://go.coder-hub.com/59614592.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定