09-04-2003, 08:05 AM
str URLStrChars="! # $ % & ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ { | } ~"
str* usc=StringToArray(URLStrChars)
for(i 0 SA_Len(usc)) out usc[i]
I just did a test and found that:
SA_Len(usc) = 1
Instead of 29.
I know that StringToArray and SA_Len work because I've tested them with other strings.
Note: For those who don't know, StringToArray and SA_Len are from elsewhere in this forum by Gintaras.
Just say HEMP!