Ahh ok, I thought you had that part already...
Its just a matter of sticking this line:
SDK.Execute "SETVAR;
rrgas;" & CStr(pslider)
in the loop / section where you are updating the pslider code.
Load gas station one
pslider = 10%
SDK.Execute "SETVAR;rrgas;" & CStr(pslider)
load gas station 2
pslider = 20%
SDK.Execute "SETVAR;rrgas;" & CStr(pslider)
load gas station 3
pslider = 30%
SDK.Execute "SETVAR;rrgas;" & CStr(pslider)
Of course the pslider = 10% is just a representation of the number that needs to be sent as an example.
Bookmarks