I'm looking run my greyhound automation and ive got it set up for all the tracks but what ill like to do is only have it run say on Swindon on a Saturday afternoon and not on other Swindon meetings.
Currnetly i have it set up with shortscutsand i just do one and it brings up all the races and then applies the auto to each track
Automation - is there way to Store a Value of the day of the week?
- jamesedwards
- Posts: 4366
- Joined: Wed Nov 21, 2018 6:16 pm
You can extract race time as a stored value using something like this. Not sure about day of the week though.buyshirts wrote: ↑Sat Nov 23, 2024 11:49 amI'm looking run my greyhound automation and ive got it set up for all the tracks but what ill like to do is only have it run say on Swindon on a Saturday afternoon and not on other Swindon meetings.
Currnetly i have it set up with shortscutsand i just do one and it brings up all the races and then applies the auto to each track
You do not have the required permissions to view the files attached to this post.
You could store a SV for Bet Angel as weekday where Sunday=1 Monday=2 etc you could either change manually at beginning of day or import from a file or use API to set value. Depending on your knowledge could be done via batch file vba script etc.
Then condition in your place bet weekday not equal x.
Then condition in your place bet weekday not equal x.