joetesta
9 years agoRoku Guru
Convert String -> roString ?
Background: I have an Associative Array and one of the fields is a String. After retrieving that string, want to check if it's already in an existing array (roArray) and using Komag's "in array" example from here [/url:2dxfavf6] Issue is that the types don't match since the "for each" gives us roString's whereas the value I'm comparing is a String.
Is there an easy way to turn the String into an roString, or if I should just remove the 'type' check and only compare the values?
tyvmia,
Joe
Is there an easy way to turn the String into an roString, or if I should just remove the 'type' check and only compare the values?
tyvmia,
Joe