matrixebiz
9 years agoRoku Guru
What is this return?
I have an IDArray that returns somtimes;
<Component: roArray> =
[
]
Which is fine but how do I identify that as a Returned value so I can make another expression out of it?
I tried if IDArray = "" and if IDArray = Invalid but both didn't do anything because I assume the above is neither "" or Invalid so what is it then? Thx
<Component: roArray> =
[
]
Which is fine but how do I identify that as a Returned value so I can make another expression out of it?
I tried if IDArray = "" and if IDArray = Invalid but both didn't do anything because I assume the above is neither "" or Invalid so what is it then? Thx