Valhalla Legends Forums Archive | Visual Basic Programming | Ghetto Math with VB!

AuthorMessageTime
Chronix
What is 34 + x, where x = 27?
April 27, 2006, 1:30 AM
Chronix
[code]Private Sub Form_Activate()
    x = 27
    Print 34 + x
End Sub
[/code]
April 27, 2006, 1:34 AM
Myndfyr
Wtf is this shit?  Seriously.
April 27, 2006, 3:22 PM
Explicit[nK]
[quote author=MyndFyre[vL] link=topic=14856.msg151369#msg151369 date=1146151324]
Wtf is this shit? Seriously.
[/quote]

Who knows?
April 27, 2006, 4:42 PM
Ringo
61?  :-[
April 27, 2006, 7:11 PM
Chronix
Well, that's what I do when I get bored. 'Arithmetic Calculations'
April 28, 2006, 1:39 AM
rabbit
Yoni's forum?
April 28, 2006, 2:03 AM
Grok
[quote author=ChroniX link=topic=14856.msg151352#msg151352 date=1146101436]
What is 34 + x, where x = 27?
[/quote]

How is this a Visual Basic question?  If you are trying to create a VB solution for a particular problem, or to troubleshoot one, you should describe it better.
May 15, 2006, 9:31 PM
JoeTheOdd
What the...
May 15, 2006, 9:55 PM
Topaz
Are you trying to do sixth grade pre-algebra or something? It seems pretty obvious to me...
May 15, 2006, 11:13 PM

Search