Forum Discussion
joetesta
9 years agoRoku Guru
"speechles" wrote:items = ["one","two","three"]
? type(items)
for each i in items
if i <> ""
? i
end if
end forroArray
one
two
three
Is type(m.var) always "roArray" or "roAssociativeArray"?
Thanks for the reply, but now accomplish the same in the DEBUGGER. I think Enterr got it, thanks guys!!