sandrine10
Power Member
- Apr 14, 2010
- 779
- 88
Hi,
I want convert the richtextbox content from 10 lines to 1 row and move to next 10 lines(1row too) and so on example:
user1
user2
user3
.
.
.
.
usern
need to write each 10 lines on 1 row like this:
Row1:user1 user2 user3 . . . . . user10
Row2:user11 user12 user13 . . . user20
.
.
etc
Any idea?
I want convert the richtextbox content from 10 lines to 1 row and move to next 10 lines(1row too) and so on example:
user1
user2
user3
.
.
.
.
usern
need to write each 10 lines on 1 row like this:
Row1:user1 user2 user3 . . . . . user10
Row2:user11 user12 user13 . . . user20
.
.
etc
Any idea?
Last edited: