Results 1 to 3 of 3

Thread: testing

  1. #1

    Thread Starter
    New Member ondawall's Avatar
    Join Date
    Sep 2011
    Location
    Ontario, Canada
    Posts
    0

    testing

    Code:
     Structure Player
            Public strFirstName As String
            Public strLastName As String
            Public intNumber As Integer
            Public strPosition As String
            Public battingAvg As Double
        End Structure

  2. #2

    Thread Starter
    New Member ondawall's Avatar
    Join Date
    Sep 2011
    Location
    Ontario, Canada
    Posts
    0

    Re: testing

    Code:
     Structure Player
    Public strFirstName As String
            Public strLastName As String
            Public intNumber As Integer
            Public strPosition As String
            Public battingAvg As Double
    End Structure

  3. #3

    Thread Starter
    New Member ondawall's Avatar
    Join Date
    Sep 2011
    Location
    Ontario, Canada
    Posts
    0

    Re: testing

    Code:
     Structure Player
            Public firstName As String
            Public lastName As String
            Public number As Integer
            Public position As String
            Public battingAvg As Double
    End Structure

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width