English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

System.goto
or
System.gotolinr
or
well something that helps go to a specific line in the program.

2007-11-27 23:46:51 · 1 answers · asked by Rajan 1 in Computers & Internet Programming & Design

System.goto
or
System.gotolinr
or
well something that helps go to a specific line in the program
Basically, I need to know the "SYNTAX"
of the line

2007-11-28 00:11:08 · update #1

1 answers

It is not a function but there is the break statement.

If you are designing your methods correctly then you should not have the need to use this.

It does however give you an early escape from a loop. Though you could make use of extra conditional processing in the loop to achieve the same thing.

2007-11-28 00:03:30 · answer #1 · answered by AnalProgrammer 7 · 0 0

fedest.com, questions and answers