Message 1 of 2
text append?? help..
Not applicable
07-02-2008
05:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dim strText1 as Text
Dim strText2 as Text
Dim strText3 as Text
Dim strText4 as Text
strText1 = ""
strText2 = a
strText3 = b
Good evening everybody..
Question, is there a way in VB that that I could append all these texts so that the result would be "strText4 = ab"? And it would be appended in a looping manner..
Also, all of those texts are inside a module..
Thank you...
Dim strText2 as Text
Dim strText3 as Text
Dim strText4 as Text
strText1 = ""
strText2 = a
strText3 = b
Good evening everybody..
Question, is there a way in VB that that I could append all these texts so that the result would be "strText4 = ab"? And it would be appended in a looping manner..
Also, all of those texts are inside a module..
Thank you...