Valhalla Legends Archive

Programming => General Programming => Visual Basic Programming => Topic started by: ChroniX on April 26, 2006, 08:30 PM

Title: Ghetto Math with VB!
Post by: ChroniX on April 26, 2006, 08:30 PM
What is 34 + x, where x = 27?
Title: Re: Ghetto Math with VB!
Post by: ChroniX on April 26, 2006, 08:34 PM
Private Sub Form_Activate()
    x = 27
    Print 34 + x
End Sub
Title: Re: Ghetto Math with VB!
Post by: MyndFyre on April 27, 2006, 10:22 AM
Wtf is this shit?  Seriously.
Title: Re: Ghetto Math with VB!
Post by: Explicit on April 27, 2006, 11:42 AM
Quote from: MyndFyre[vL] on April 27, 2006, 10:22 AM
Wtf is this shit? Seriously.

Who knows?
Title: Re: Ghetto Math with VB!
Post by: Ringo on April 27, 2006, 02:11 PM
61?  :-[
Title: Re: Ghetto Math with VB!
Post by: ChroniX on April 27, 2006, 08:39 PM
Well, that's what I do when I get bored. 'Arithmetic Calculations'
Title: Re: Ghetto Math with VB!
Post by: rabbit on April 27, 2006, 09:03 PM
Yoni's forum?
Title: Re: Ghetto Math with VB!
Post by: Grok on May 15, 2006, 04:31 PM
Quote from: ChroniX on April 26, 2006, 08:30 PM
What is 34 + x, where x = 27?

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.
Title: Re: Ghetto Math with VB!
Post by: Joe[x86] on May 15, 2006, 04:55 PM
What the...
Title: Re: Ghetto Math with VB!
Post by: topaz on May 15, 2006, 06:13 PM
Are you trying to do sixth grade pre-algebra or something? It seems pretty obvious to me...