Can some one help me with this.
I want to increase my stake by a percentage on each new race, not beeing good at VB how would i do this in the code?
For example the stake starts at 100, then when the next market loads I want the stake to increase by X%.
For example if I wanted to increase by 3% each time, I guess that I would have to save the current stake as a value, when the next market loads mulitply the current stake by 1.03 to get the new stake, and then save the new stake as a new value ready for the next market load.
Does that make sense?


Many thanks!