您要查找的是不是:
- The RETURN statement cannot have an argument. RETURN语句不能有参数。
- So, functions that are going to return a value must use the return statement. 所以,要从函数里返回值就必须使用返回语句。
- Put a Return statement at the point where the procedure's task is completed. 在过程任务结束的地方放置一个Return语句。
- You specify the return code for a stored procedure using the RETURN statement. 使用RETURN语句指定存储过程的返回代码。
- You need an "&"before the function name but not in the return statement! 你需要用一个&在函数名之前,但不是在返回语句!
- A single result can be returned using a RETURN statement. 可以使用RETURN语句返回单个结果。
- Second,if the method produces a value,that value is placed right after the return statement. 其次,假设这方法生成了一个值,则那个值紧接在返回语句的后面。
- The RETURN statement can be used to return other integers, with their own user-defined meanings. RETURN语句可用于返回其它整数,由用户定义它们的含义。
- Placing an instruction after a return statement ensures that it will never be executed. 在返回语句后放一条指令确保了它不会被执行。
- You use the return statement to stop execution of a function and return the value of expression. 使用return语句来终止一个函数的执行,并返回expression的值。
- In Visual Basic 6.0, you use the Return statement only to branch back to the code following a GoSub statement. 在Visual Basic 6.;0中;只能使用Return语句从分支返回到GoSub语句后面的代码。
- Second, if the method produces a value, that value is placed right after the return statement. 其次,假设方法生成了一个值,则那个值紧接在return语句的后面。
- The code in a Finally block is run after a Return statement in a Try or Catch block is encountered, but before that Return statement is executed. Finally块中的代码运行的条件是:在Try或Catch块中遇到了return语句之后,但在该return语句尚未执行之前。
- To return a value from a Get procedure, you can either assign the value to the property name or include it in a Return Statement (Visual Basic). 若要从Get过程返回某个值,您可以将该值赋给属性名称,或者将其包含在Return语句(Visual Basic)语句中。
- If expression is omitted, or no return statement is executed from within the function, the expression that called the current function is assigned the value undefined. 如果expression被省略,或在函数内没有执行return语句,则把undefined值赋给调用当前函数的表达式。
- In Visual Basic 2005, the GoSub statement is not supported, and you can use the Return statement to return control to the calling program from a Function or Sub procedure. 在Visual Basic 2005中,不支持GoSub语句,可以使用Return语句将控制从Function或Sub过程返回给调用程序。
- After all, the same curly braces replace the RETURN statement in a subroutine (function), the ENDIF statement in a conditional and the NEXT statement in a FOR loop. 毕竟,一样的大括号在子程序中用替代了RETURN,在条件语句中替代了ENDIF,在FOR循环中替代了NEXT。
- The return statement is used to specify the value that is returned from the function. 返回语句用来指定从函数中返回的值。
- The return statement terminates execution of the method in which it appears and returns control to the calling method. return语句终止它出现在其中的方法的执行并将控制返回给调用方法。
- In confirmation hereof we attach a bank statement. 为作这方面的确认我们附上银行结单。