Code center > Darwinbots Program Source Code

Sentence Split

<< < (14/27) > >>

Ulciscor:
Yes but I still get overflow.

Zelos:
strange, im using the same file and it worx for me. are you using half best or straight mode? if ure using half best you gotta give it a value aswell. else I have no idea. But here is the coding if you wanna take a look
just remember its my copyright

PurpleYouko:
Works fine for me. Not a bad little program.

You have to enter values into all the genes text boxes or else it will crash. That is the only problem.

Zelos:
as I said, py how do I fix that?

PurpleYouko:
Just add a bit of code that checks if any of these values are zero. If they are then display a message and "exit sub"

eg.

--- Code: ---if A1.text="" then
  msgbox("You must enter a value into the first gene before you can run the program")
  exit sub
endif
--- End code ---

just OR your conditions together to cover all 6 gene textboxes and you have a failsafe.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version