Search results for query: *

  • Users: hulk
  • Order by date
  1. H

    array with seperate text boxes??

    Thanks for the input, it helped a lot, I'm still struggling however with subtracting the lowest value. Basically with what i have so far, its only subtracting the last text box value, instead of the lowest total value of each text box. so far i have: Dim intvalues(5) As Integer Dim hwtotal As...
  2. H

    array with seperate text boxes??

    I have a program that I need to write, and I am not really getting how to get an array to work the way I am thinking. Basically I have 6 text boxes which the user will enter numbers. I need to write an array that takes the values from the 6 boxes, drops the lowest value of the 6 and calculates...
Back
Top