Forum Discussion
speechles
9 years agoRoku Guru
items = ["one","two","three"]
? type(items)
for each i in items
if i <> ""
? i
end if
end for
roArray
one
two
three
Is type(m.var) always "roArray" or "roAssociativeArray"?
items = ["one","two","three"]
? type(items)
for each i in items
if i <> ""
? i
end if
end for
roArray
one
two
three