Create object is like the DIM statement in other languages - to create an array you would do something like
variablename=CreateObject("roarray",1,true)
to create an array with one dimension that can grow in size.
to create a posterscreen, you would set a variable like
p=createobject("roposterscreen")
after which point p is a posterscreen and you can do anything with it, like show it:
p.show()
close it
p.close()
, set the text
p.setbreadcrumbtext("Hello","World")
There are other ways to create these variables, like
variablename=[]
will also create an roarray
and
x=1
will create x as an integer with a value of one, you can also do
x=createobject("roint")
- Joel
Screenshades: The first Screensaver for Roku2!
Musiclouds: The best free internet music, on your Roku!
Ouroborialis: Psychedelic Screensaver for Roku!