User Profile
Collapse
-
ok kinwang. i'll add you in ym. tq so much. -
-
-
-
-
How if i want convert number
2 to be 002 and 23 to be 023
ThanksLeave a comment:
-
Dim strWord As String
Dim i As Integer
strWord = "word"
For i = 1 To Len(strWord )
Print Asc(Mid(strWord , i, 1))
Next i
Very simple step. Tq KinWang.Leave a comment:
-
-
word into array
Hi,
How if i want to get
"word"
into
"w"
"o"
"r"
"d"
in vb6
Thanks in advance.
No activity results to display
Show More
Leave a comment: