| Article: |
StringBuilders Explained | |
| Subject: | VB example | |
| Date: | 2003-07-22 08:26:31 | |
| From: | anonymous2 | |
|
Actually this example won't work at all in VB:
|
||
Showing messages 1 through 3 of 3.
-
VB example
2003-07-22 16:46:19 Wei-Meng Lee |
[Reply | View]




st += " World!" with st = st & " World!"
I kept thinking that "+=" was supported in VB6.