Get Silks V2 (exchange) - GetSilksV2Req is of type ArrayOfInt
the GetSilksV2Req 'markets' parameter is of type ArrayOfInt.
But i just want to put in one market id...the one im currently looking at
i tried
With oGetSilksV2Req
.header = oHeaderAU()
.markets = marketid.text
but it says: value of type integer cannot be converted to a 1-dimensional array of integer
what does it want me to put there?
------------------------------------------------
also, when we print the runners, they appear as follows for example:
4290762 1. Sharufa
3286065 2. Spend The Money
4914968 3. Amberman
4914969 4. Ieramugadu
4183913 5. Last To Leave
2127783 6. Intercode
4914970 7. Charming Manners
3661066 8. Enhanced Design
2016704 9. Circus Pony
4914971 10. Gangway
how can i put each runners name into a vb 'label' and assign the runner id to a 'button'
i know how to do it for the event name...because there's only one name...but here, there is an array
can you help please...as even more confusing is on the GetMarketResp, the parameter runners is of type ArrayOfRunners
thanks
the GetSilksV2Req 'markets' parameter is of type ArrayOfInt.
But i just want to put in one market id...the one im currently looking at
i tried
With oGetSilksV2Req
.header = oHeaderAU()
.markets = marketid.text
but it says: value of type integer cannot be converted to a 1-dimensional array of integer
what does it want me to put there?
------------------------------------------------
also, when we print the runners, they appear as follows for example:
4290762 1. Sharufa
3286065 2. Spend The Money
4914968 3. Amberman
4914969 4. Ieramugadu
4183913 5. Last To Leave
2127783 6. Intercode
4914970 7. Charming Manners
3661066 8. Enhanced Design
2016704 9. Circus Pony
4914971 10. Gangway
how can i put each runners name into a vb 'label' and assign the runner id to a 'button'
i know how to do it for the event name...because there's only one name...but here, there is an array
can you help please...as even more confusing is on the GetMarketResp, the parameter runners is of type ArrayOfRunners
thanks



Comment