EnTerr
9 years agoRoku Guru
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...