vdmedragon
Newcomer
- Joined
- May 15, 2003
- Messages
- 1
why I have different with
for i=1 to 32
textbox1.text+=chrw(i)
next
compare to
I pressed 32 times Alt+i (i=1,2,3...,32) in Textbox1.
I want to have In textbox1 thourgh code all 32 special chars
like I press keyboard Alt+i 32 times
:-\ :-\ I am not good at English
for i=1 to 32
textbox1.text+=chrw(i)
next
compare to
I pressed 32 times Alt+i (i=1,2,3...,32) in Textbox1.
I want to have In textbox1 thourgh code all 32 special chars
like I press keyboard Alt+i 32 times
:-\ :-\ I am not good at English