Im trying to convert a roString in Scene Graph to Integer i've tried int(myRoString) and myRoString.ToInt() but both of them i get type mismatch.
here the error
Type Mismatch. (runtime error &h18) in pkg:/components/epgGrid.brs(48)
048: duration = int(m.jsonReaderResultLiveTv[id].epg[id1][3])
type(m.jsonReaderResultLiveTv[id].epg[id1][3]) roString
i did a print "type(string)"; type(string) so you could see that it is indeed a roString. Im lost here, ive done this kind of casting and converting strings all the time, help!