Mhtml
02-11-2003, 07:11 AM
How can I possibly divide up text into an array or similar?
Like..
Line1
Line2
Line3
Line4
Line5
Into an array?
The text is in a variable already but I need to split it up into an array like I said.
I'm getting this text from a python proggy, I can present the text in any way I like so if you think it would be better to have some character signifying the start and end of the line I can do that.
Like..
Line1
Line2
Line3
Line4
Line5
Into an array?
The text is in a variable already but I need to split it up into an array like I said.
I'm getting this text from a python proggy, I can present the text in any way I like so if you think it would be better to have some character signifying the start and end of the line I can do that.