Microsoft Online Services TechCenter > Using Forums Forums > Off-Topic Posts (Do Not Post Here) > I need help with a Visual Basic problem for my class. Can anyone help me decipher the solution.
Ask a questionAsk a question
 

QuestionI need help with a Visual Basic problem for my class. Can anyone help me decipher the solution.

  • Friday, November 06, 2009 8:02 PMredbluffsandi Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Private Sub btnDisplay_Click(...) Handles btnDisplay.Click
    Dim a as Double=5
    Multiply(7)
    1stOutput.Items.Add(a * 7)
    End Sub

    Sub Multiply(ByRef num As Double)
    Dim a As Double
    a = 11
    1stOutput.Items.Add(a * num)
    End Sub
    • Moved byLu Zou-MSFTMSFTTuesday, November 10, 2009 7:52 AMnot Office LiveMeeting problem, move to off-topic (From:Live Meeting General Discussion)
    •  

All Replies