If the program encounters a Return statement not preceded by <emph>GoSub</emph>, $[officename] Basic returns an error message. Use <emph>Exit Sub</emph> or <emph>Exit Function</emph> to ensure that the program leaves a Sub or Function before reaching the next Return statement.
Return 문 앞에 <<emph>GoSub</emph>가 없을 경우 $[officename] Basic은 오류 메시지를 반환합니다. 다음 Return 문에 도달하기 전에 Sub 또는 Function을 끝내려면 <emph>Exit Sub</emph> 또는 <emph>Exit Function</emph>을 사용합니다.
The <emph>InputBox</emph> statement is a convenient method of entering text through a dialog. Confirm the input by clicking OK or pressing Return. The input is returned as the function return value. If you close the dialog with Cancel, <emph>InputBox</emph> returns a zero-length string ("").
<emph>InputBox</emph> 문은 대화 상자를 통해 텍스트를 입력하는 편리한 방법입니다. 확인 또는 <Return> 키를 눌러 입력 내용을 확인하면 함수 반환 값으로 입력 내용이 구해집니다. 취소를 눌러 대화 상자를 닫으면 <emph>InputBox</emph>는 빈 문자열("")을 표시합니다.
”"적색”;”";"기본값”"))</item>