HI Guys,
I'm saving my list.
Lists are saved as text files using commas to delimit the fields - That's Great
However in the saved file, theres a CRLF after name and an isinitialized field.
There is no CRLF - in fact I (think) I strip it with nameinput.Text = nameinput.Text.replace(CRLF, "") so each entry is on one line
and what is the Isinitialized field ? - Can i get rid of it ?
TIA
Steve
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=shaggernumber2
, score=7, smoke=true]
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=joe
, score=5, smoke=true]
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=shagger
, score=1, smoke=true]
I'm saving my list.
Lists are saved as text files using commas to delimit the fields - That's Great
However in the saved file, theres a CRLF after name and an isinitialized field.
There is no CRLF - in fact I (think) I strip it with nameinput.Text = nameinput.Text.replace(CRLF, "") so each entry is on one line
and what is the Isinitialized field ? - Can i get rid of it ?
TIA
Steve
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=shaggernumber2
, score=7, smoke=true]
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=joe
, score=5, smoke=true]
[IsInitialized=false, email=[email]shagger@theunwins.com[/email], name=shagger
, score=1, smoke=true]