ヘルプの目次
オンラインヘルプを検索
このヘルプについて
エンドユーザ向けヘルプ
クライアントヘルプ
Webアクセスヘルプ
スクリーンリーダ
フォーム
同期
用語
コンテナ
管理者向けヘルプ
サーバの管理
インターネットサービス
カスタマイズツール(英語)
OTSWの管理
OTSW Custodian
FirstClass ED(英語)
Goto
ホーム
•
Customization Tools
•
FCAS
•
Language Reference
•
Goto
Purpose
Jumps to a label.
Processing jumps to the line that starts with the label.
Syntax
Goto
Label
Label
A line number (consisting of the numbers 0-9) or an alphanumeric string (as long as it does not start with a number).
The label must be the first nonblank characters on the line, followed by a colon (:).
Example
Sub Main()
Dim num As Integer
num = 5
Goto 20
Print "This will not get printed"
20 If num = 5 then
Goto numis5
...
Copyright(C) 2002-2012 FC Management Co. All Rights Reserved<