tim_beynart
10 years agoChannel Surfer
Did OS 7.1 break roArray??
I am seeing a failure in an in-market app:
BRIGHTSCRIPT: ERROR: Runtime: "roArray": invalid number of parameters
This is caused by the following line:
I never saw this error before when we tested and verified the application. Now our advertising tracking is broken. In production.
My fix is to use bracket notation:
But my question is, why did this break? What changed in OS7.1?
BRIGHTSCRIPT: ERROR: Runtime: "roArray": invalid number of parameters
This is caused by the following line:
m.adbeaconlist = CreateObject("roArray")
I never saw this error before when we tested and verified the application. Now our advertising tracking is broken. In production.
My fix is to use bracket notation:
m.adbeaconlist = []
But my question is, why did this break? What changed in OS7.1?