Forum Discussion

EnTerr's avatar
EnTerr
Roku Guru
9 years ago

strtoi() = invalid?

i tried using StrToI and noticed it does not behave as advertised: StrToI(str as String) as Dynamic Return the integer value of the string, or invalid if str is not a string. I can see the intent...