Results 1 to 14 of 14

Thread: [RESOLVED] type mismatch

Hybrid View

  1. #1
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: type mismatch

    Or is this what you want?
    VB Code:
    1. Dim i As Long
    2. Dim sngAvg As Single
    3. For i = b To (b + 10)
    4.     sngAvg = sngAvg + Loser(a, i)
    5. Next i
    6. sngAvg = sngAvg / 11
    7. Returns(a) = sngAvg
    ?

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jul 2005
    Posts
    18

    Re: type mismatch

    thank you very much

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