i'll give you small hint. all C-like constructs and operators go as is, other:
- strlen -
String.Length - substr -
String.Substring - . -
+, .= -+= - chr(c) -
(byte)c - ord(i) -
(char)i
Andrey
2010-07-18 17:17:32
i'll give you small hint. all C-like constructs and operators go as is, other:
String.LengthString.Substring+, .= - +=(byte)c(char)i