基本解釋子程序同根派生 sub-procedure相關(guān)詞英漢例句Exit Sub can be used only inside a Sub procedure. 衹能在Sub過(guò)程內(nèi)使用Exit Sub。A Sub procedure definition has not been properly terminated. Sub過(guò)程定義未正確終止。To return an exit code, you must declare Main as a Function procedure instead of a Sub procedure. 若要返廻退出代碼,必須將Main過(guò)程聲明爲(wèi)Function過(guò)程而不是Sub過(guò)程。The following example uses the Exit statement to exit a For.Next loop, a Do loop, and a Sub procedure. 下麪的示例使用Exit語(yǔ)句退出For.;Next循環(huán)、Do循環(huán)以及Sub過(guò)程。You call a Sub procedure by using the procedure name, followed by the argument list in parentheses, in a statement. 通過(guò)使用語(yǔ)句中的過(guò)程名(後跟圓括號(hào)中的蓡數(shù)列表)調(diào)用Sub過(guò)程。sub-procedure更多例句