No announcements
Found 273917 threads
-
8 Votes
GoTo Statement
Hello, A long time ago 'goto' statement was a valid way to accomplish things and has been left in the language but does not mean you should use this ...Answered | 13 Replies | 1353 Views | Created by Karuniawan - Saturday, May 31, 2014 6:46 AM | Last reply by Cor Ligthert - Saturday, May 31, 2014 8:05 PM -
0 Votes
GOTO statement
Yes, you can use GoTo statement to jump back & forth.Answered | 5 Replies | 3191 Views | Created by Vaishu - Wednesday, April 4, 2012 4:14 PM | Last reply by --CELKO-- - Friday, April 6, 2012 6:10 PM -
5 Votes
goto statement in sub buttonclicked
Hello, S Jelsma I highly recommend reading these two articles by litdiv: This article will give you useful alternatives to Goto ...Answered | 6 Replies | 669 Views | Created by Steven Jelsma - Friday, September 12, 2014 8:19 PM | Last reply by Steven Jelsma - Friday, September 12, 2014 9:39 PM -
4 Votes
if statement ignoring goto
It then has a GoTo to jump to endfbattle or conts0 depending on flag.Answered | 8 Replies | 5726 Views | Created by vick1211 - Wednesday, April 15, 2009 11:49 AM | Last reply by litdev - Sunday, April 19, 2009 11:11 AM -
0 Votes
Goto statement in rules
You would not need to explicitly have a "goto" - the sequential execution implies that one rule will be evaluated after the other.Answered | 5 Replies | 3760 Views | Created by TicArch - Friday, March 26, 2010 10:10 AM | Last reply by TicArch - Thursday, April 1, 2010 3:36 PM -
1 Votes
Jump and goto
Just have an empty return statement (return;) and it will break out of the method for you.Answered | 15 Replies | 2252 Views | Created by ardmore - Thursday, April 12, 2012 7:08 PM | Last reply by servy42 - Friday, April 13, 2012 3:28 PM -
5 Votes
On Error GoTo
Catch for each statement.Answered | 14 Replies | 7992 Views | Created by prasanna lakshmi - Monday, June 20, 2011 11:10 AM | Last reply by prasanna lakshmi - Thursday, June 30, 2011 9:55 AM -
0 Votes
goto function
goto is not a function, it's a statement.Answered | 1 Replies | 3682 Views | Created by Mhmadip - Sunday, June 27, 2010 7:44 AM | Last reply by ildjarn - Sunday, June 27, 2010 8:59 AM -
0 Votes
goto out of scope
@G.Raghu, C#'s support for "goto" is far more limited than many other languages.Answered | 4 Replies | 1158 Views | Created by G.Raghu - Wednesday, May 13, 2015 11:55 AM | Last reply by Kristin Xie - Tuesday, May 19, 2015 8:33 AM -
2 Votes
Alternative to goto.
If you did, a simple break statement would replace your goto.Answered | 11 Replies | 4979 Views | Created by DAPOS1993 - Friday, November 23, 2012 8:26 PM | Last reply by JMCF125 - Sunday, November 25, 2012 6:52 PM -
4 Votes
Sub/EndSub and Goto Logic
It's best if the goto is close to the label it's pointing to.Answered | 6 Replies | 1412 Views | Created by Franganistan - Sunday, June 16, 2013 7:05 AM | Last reply by Jibba j - Wednesday, June 19, 2013 12:30 PM -
0 Votes
is goto still the way to go?
I have a sp that has many if statements to assign a value to a variable.Answered | 5 Replies | 3515 Views | Created by dbdrtso1 - Thursday, May 13, 2010 7:48 PM | Last reply by Paresh Prajapati - Friday, May 14, 2010 1:59 PM -
0 Votes
GOTO seems to be broken in 0.9
One possible reason is that you cannot do a GoTo jump into or out of a subroutine, since this would corruput the call stack (a list of where a call to a subroutines was made ...Answered | 2 Replies | 4778 Views | Created by Doug Acker - Friday, October 29, 2010 2:54 AM | Last reply by litdev - Tuesday, November 2, 2010 10:03 PM -
2 Votes
how to skip several gotos
http://en.wikipedia.org/wiki/Goto :-) Success CorAnswered | 6 Replies | 871 Views | Created by NKN95 - Sunday, February 3, 2013 5:42 PM | Last reply by Cor Ligthert - Monday, February 4, 2013 2:40 PM -
0 Votes
Use of goto but outside of scope
I understand this - I'm just telling you that, in many cases, there is no way to rewrite old VBA code using goto statements into .NET code without a ...Answered | 17 Replies | 11740 Views | Created by Sansevieria - Monday, March 11, 2013 3:10 PM | Last reply by Mr. Javaman II - Wednesday, March 13, 2013 2:42 PM -
4 Votes
using GOTO command in c#
I'm really not advocating there everyday use as replacements for more sensible statements.Answered | 19 Replies | 4032 Views | Created by hot n thought - Tuesday, August 25, 2009 6:45 PM | Last reply by hot n thought - Tuesday, August 25, 2009 11:21 PM -
0 Votes
I'm trying to make an option menu in C Sharp using goto statements but they aren't working
However, the goto statements aren't jumping.Answered | 10 Replies | 3031 Views | Created by APD1993 - Sunday, November 27, 2011 5:25 PM | Last reply by Patrice Scribe - Monday, November 28, 2011 12:36 PM -
6 Votes
problem with goto command
The GOTO command was basically used for looping.Answered | 22 Replies | 686 Views | Created by Sajjad.h - Friday, February 26, 2016 3:19 PM | Last reply by Solitaire - Saturday, February 27, 2016 4:20 PM -
3 Votes
Goto Buttons
Hi, my opinion regarding GOTO statemets is simply: Avoid them whenever possible.Answered | 2 Replies | 2239 Views | Created by Kamilego - Monday, February 13, 2012 9:50 AM | Last reply by Kamilego - Monday, February 13, 2012 10:42 AM -
1 Votes
On Error GoTo...
I don't think his intention is to promote the goto.Answered | 12 Replies | 1484 Views | Created by Visual Vincent - Thursday, August 14, 2014 1:22 PM | Last reply by Mr. Monkeyboy - Thursday, August 14, 2014 5:05 PM - Items 1 to 20 of 273917 Next ›
No announcements