Hi
I use a little marshall on my servers that shows various messages.
Some of these give you (tongue in cheek) messages regarding about how well you can accelerate your car (whatever type).
All quite simple button/label stuff - if in this car and accelerate so fast then this message. Lots of IF - ENDIF statements.
You can see them in action at Sin'rs and Sin'rs too (S2)
Quite a simple little thing, but about a thousand lines of code!
I'm quite sure if any coder had done it they would have just used arrays and condensed the code way down.
However, apart from a very simple array, I've no idea how arrays work.
Anyone willing to put in a lot of effort and turn my code into proper array code?
Because I know how my code works, and what it does, I've more chance of 'reverse-engineering' someone else's code.
Cheeky of me I know
Thanks.
PS - I've put it in .lpr format to make it easier to include as add-on for testing
I use a little marshall on my servers that shows various messages.
Some of these give you (tongue in cheek) messages regarding about how well you can accelerate your car (whatever type).
All quite simple button/label stuff - if in this car and accelerate so fast then this message. Lots of IF - ENDIF statements.
You can see them in action at Sin'rs and Sin'rs too (S2)
Quite a simple little thing, but about a thousand lines of code!
I'm quite sure if any coder had done it they would have just used arrays and condensed the code way down.
However, apart from a very simple array, I've no idea how arrays work.
Anyone willing to put in a lot of effort and turn my code into proper array code?
Because I know how my code works, and what it does, I've more chance of 'reverse-engineering' someone else's code.
Cheeky of me I know
Thanks.
PS - I've put it in .lpr format to make it easier to include as add-on for testing