Thread
:
Python String Parsing
View Single Post
fpp
2010-05-31 , 19:40
Posts: 2,853 | Thanked: 968 times | Joined on Nov 2005
#
9
Maybe in the second line you could try replacing:
result.split("\n")
with:
result.split(";\n")
__________________
maemo blog
Quote & Reply
|
fpp
View Public Profile
Send a private message to fpp
Visit fpp's homepage!
Find all posts by fpp