Author Topic: Removing unused cost controls, and skipping them in populate subroutine  (Read 2625 times)

Offline Botsareus

  • Society makes it all backwards - there is a good reason for that
  • Bot God
  • *****
  • Posts: 4483
    • View Profile
 
  For counter = 0 To 33 'add up to 50 as new costs are added
  If counter = 8 Or counter = 25 Then GoTo fine 'Botsareus 6/22/2013 Removed the fields physically we need to skip them here
  If counter > 9 And counter < 20 Then GoTo fine
    Costs(counter).text = TmpOpts.Costs(counter)
fine:
  Next counter
 
« Last Edit: June 22, 2013, 05:39:46 PM by Botsareus »