Forum Discussion

Komag's avatar
Komag
Roku Guru
12 years ago

trying to print a simple array value (string), not working

This should be pretty simple: testArray = [X, Y, Z] print testArray[0] ' this only prints <bsTypedValue: > How can I get it to print out the X? What exactly is going on? I tried: print stri...