Darwinbots Forum

Code center => Darwinbots Program Source Code => Topic started by: Botsareus on June 22, 2013, 05:28:12 PM

Title: Removing unused cost controls, and skipping them in populate subroutine
Post by: Botsareus on June 22, 2013, 05:28:12 PM
 
  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