Hi
I have made a trigger that backs in certain races at a particular course.
It also increases stake after a loser by a% of the starting stake that is set by a user variable called lo_st.
The name of the course is set in constants. Then I create a user variable called tra_name from the constant, and one of the conditions for backing is market name contains "tra_name".
Now this all works fine, the issue is, when I wish to change the track name.
At the moment when I wish to change the name I change the constant to another course say MrktR. So far so good. Then I have to reload the trigger to change the track name but this also erases all the values of the variable lo_stk.
So my question is; is there anyway to change the track name without having to reload so I don't lose the value of lo_st, or indeed save the value of lo_st when I reload?
Cheers
Mike