Code center > Darwinbots Program Source Code

Removing unused cost controls, and skipping them in populate subroutine

(1/1)

Botsareus:
 
  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
 

Navigation

[0] Message Index

Go to full version