When a procedure defines an optional parameter, it might be necessary to determine whether or not the calling code has supplied the corresponding argument or omitted it.
当程序定义选择性参数时,可能需要判断呼叫程式码是已经提供对应的引数,还是省略引数。
You can specify that a procedure parameter is optional, so that the calling code does not have to supply an argument for it when it calls the procedure.
您可以将程序参数指定为选择性的,以便在程序码呼叫程序时,呼叫程序码不必提供引数给它。
You must provide values for all arguments that are not optional, and you must enclose the argument list in parentheses.
您必须提供所有非可选参数的值,并且必须用括号将参数列表括起来。
You must provide values for all arguments that are not optional, and you must enclose the argument list in parentheses.
您必须提供所有非可选参数的值,并且必须用括号将参数列表括起来。
应用推荐