Forum Discussion
EnTerr
10 years agoRoku Guru
"bathejasumeet" wrote:
... Attempt to use a non-numeric array index not allowed at print " " adPods[key]
adPods is an array of dictionaries. Try
for each apod in adPods
for each key in apod
print key, apod[key]
end for
print "--------------"
end for
BRIGHTSCRIPT: ERROR: Runtime: FOR EACH value is Invalid: roku_ads_lib:/Roku_Ads.brs(2729)
I followed everything said in the RAF. Am I doing something wrong ?
Here you fell victim to design. Check with RokuKC for alternative wording 8-)