Advertisement

1 - 10 of 128 containing alltags:("goto") (0.001 seconds)
How do i make a loop in c++? With goto...
Zones: C++Date Answered: 03/02/2000 Grade: A Views: 0
Hi, I was wondering if it is possible to reproduce the call stack information in a compiled binary as if you had pressed CTRL+L in devel., i.e. private sub whatever()   on error goto errH...
Zones: Visual BasicDate Answered: 06/20/2001 Grade: A Views: 0
What is On error goto 0 ? and how to use it ? pls provide real sampe and explanation, thank you very much
Zones: Visual Basic, WISEDate Answered: 02/23/2003 Grade: A Views: 51
How can i use go to function in right place? I want to have some example code: Regards
Zones: OracleDate Answered: 04/15/2004 Grade: A Views: 0
Hi All, i have a on Error Goto ErrorHandler ............... .............. ErrorHandler : here i hv an function of sending mail May i know the solution on if this send mail function...
Zones: Visual BasicDate Answered: 06/14/2004 Grade: A Views: 0
I have an .exe form1.cs public Form1() {     InitializeComponent();     Begin;     getprice();     goto Begin; } This won't work when i try to complie it doesn't like my goto stateme...
Zones: C#Date Answered: 01/13/2006 Grade: A Views: 50
Hi, In VB there is a goto function is there something similar in Python? And if so, how do you use it? Thanks, --Naylin
Zones: PythonDate Answered: 03/01/2006 Grade: B Views: 0
Hi there, I have a batch file I want to run and I want it to be dependent on %ComputerName% So if I use the IF command in DOS I'd like it to match the computername to those listed in a text f...
Zones: MS DOSDate Answered: 05/26/2006 Grade: B Views: 4
If in the main function I want always to display a message and require a key press before exit, is it acceptable to use goto exit; instead of copy-pasting these lines throughtout the code? Or is th...
Zones: C#Date Answered: 06/08/2006 Grade: A Views: 0
Is it possible to place the cursor inside a TEXTAREA object on a certain line using JavaScript? This would be similar to a GOGO (line) function in a word processor
Zones: JavaScriptDate Answered: 11/07/1997 Grade: A Views: 0