Soldato
Help me problem solve folks, it's a Friday afternoon and i've had a couple of beers, so me brain isn't fully engaged.
On the first run start from a, go through b etc. Second run through start at a go to d then e. The problem is b needs information from c and d, c needs information from b and d needs information from c. Argh me brain is frazzled, help meeee
Edit: forgot to say, re-organise or add another intermediate step to the above to make sure they all have the required information.
Edit2: They all have to go in order, so it's not like you can jump forwards to grab the required information you need.
Code:
b--->c--->d--->e
^ ^ |
| | |
| | |
| | |
| | ->a-------
| | | |
| ----------- |
| |
--------------------------
On the first run start from a, go through b etc. Second run through start at a go to d then e. The problem is b needs information from c and d, c needs information from b and d needs information from c. Argh me brain is frazzled, help meeee
Edit: forgot to say, re-organise or add another intermediate step to the above to make sure they all have the required information.
Edit2: They all have to go in order, so it's not like you can jump forwards to grab the required information you need.
Last edited: