Click here to Skip to main content
15,892,298 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sub Main Pin
bensoncd15-Jul-03 13:43
bensoncd15-Jul-03 13:43 
GeneralRe: Sub Main Pin
Nick Seng15-Jul-03 15:19
Nick Seng15-Jul-03 15:19 
GeneralI just started VB.NET Pin
Anonymous14-Jul-03 11:27
Anonymous14-Jul-03 11:27 
GeneralRe: I just started VB.NET Pin
Nick Seng14-Jul-03 15:31
Nick Seng14-Jul-03 15:31 
Generalcombobox Pin
mhedrick14-Jul-03 6:33
mhedrick14-Jul-03 6:33 
GeneralNew to VB.NET & VB in general Pin
newbie7314-Jul-03 5:46
newbie7314-Jul-03 5:46 
Generalprinting problems Pin
Eng Hong Teo13-Jul-03 20:59
Eng Hong Teo13-Jul-03 20:59 
GeneralON GOTO statement to vc++ Pin
shanila13-Jul-03 3:12
shanila13-Jul-03 3:12 
I got this BASIC code from an old book, I am converting this to c, could somebody tell me what is "On NTY GoTo 610, 620, 680, 690" function is? I know that is to go to line 610,620,680,690. but what are the conditions for that?
what about " !" in here?, In c if it is "!=" that is not equal to, but what about here? It canot be factorial number.


NTY = ITYPE(I): KP = 4 * (I - 1) + 1
600 On NTY GoTo 610, 620, 680, 690
610 R = ELEM(KP): GoTo 660
620 REY = ELEM(KP + 1) * Abs(Q(I)): If REY < 1! Then REY = 1!
630 If REY < 2000 ! Then GoTo 640 Else GoTo 650
640 R = ELEM(KP) * 64 ! / REY: GoTo 660
650 R = ELEM(KP) * 1.325 / (Log(ELEM(KP + 2) + 5.74 / REY ^ 0.9)) ^ 2
660 DH = DH + S(J) * R * Q(I) * Abs(Q(I)) ^ EN
670 HDQ=HDQ+EX*R*ABS(Q(I))^EN GOTO 710
680 DH = DH + S(J) * ELEM(KP): GoTo 710
690 DH = DH - S(J) * E(LEM(KP) + Q(I) * (ELEM(KP + 1) + Q(I) * (ELEM(KP + 2) + Q(I) * ELEM(KP + 3))))


thanks in advance
shanila
GeneralRe: ON GOTO statement to vc++ Pin
Hesham Amin13-Jul-03 8:52
Hesham Amin13-Jul-03 8:52 
QuestionHow do I use Left, Right and Mid Functions? Pin
MrGee12-Jul-03 8:49
MrGee12-Jul-03 8:49 
AnswerRe: How do I use Left, Right and Mid Functions? Pin
Nick Parker12-Jul-03 9:16
protectorNick Parker12-Jul-03 9:16 
AnswerRe: How do I use Left, Right and Mid Functions? Pin
Hesham Amin12-Jul-03 9:21
Hesham Amin12-Jul-03 9:21 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
MrGee14-Jul-03 9:32
MrGee14-Jul-03 9:32 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
dynamic14-Jul-03 9:54
dynamic14-Jul-03 9:54 
GeneralRe: How do I use Left, Right and Mid Functions? Pin
MrGee16-Jul-03 14:24
MrGee16-Jul-03 14:24 
GeneralClearing the Console Pin
mightymiracleman12-Jul-03 7:33
mightymiracleman12-Jul-03 7:33 
GeneralRe: Clearing the Console Pin
Mike Dimmick13-Jul-03 0:59
Mike Dimmick13-Jul-03 0:59 
GeneralRe: Clearing the Console Pin
mightymiracleman13-Jul-03 6:56
mightymiracleman13-Jul-03 6:56 
GeneralRe: Clearing the Console Pin
Mike Dimmick13-Jul-03 7:05
Mike Dimmick13-Jul-03 7:05 
GeneralRe: Clearing the Console Pin
Richard Deeming14-Jul-03 2:18
mveRichard Deeming14-Jul-03 2:18 
GeneralFiltering two datatables (urgent plz) Pin
aamirsaddiq12-Jul-03 2:26
aamirsaddiq12-Jul-03 2:26 
GeneralRe: Filtering two datatables (urgent plz) Pin
Mike Dimmick12-Jul-03 3:29
Mike Dimmick12-Jul-03 3:29 
GeneralRe: Filtering two datatables (urgent plz) Pin
aamirsaddiq12-Jul-03 21:42
aamirsaddiq12-Jul-03 21:42 
GeneralRe: Filtering two datatables (urgent plz) Pin
Mike Dimmick13-Jul-03 0:50
Mike Dimmick13-Jul-03 0:50 
GeneralRe: Filtering two datatables (urgent plz) Pin
aamirsaddiq13-Jul-03 1:10
aamirsaddiq13-Jul-03 1:10 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.