wpcs
12 years agoVisitor
roku arrays
I'm new at roku development, and have some programming experience. I'm trying to capture 3 previous sku# into an array. I've been trying to get it to work using prevItemList = CreateObject...
BrightScript Debugger> SKUs = [123456, "AK-47", "RPG-7"]
BrightScript Debugger> ? SKUs
123456
AK-47
RPG-7