redzombi5k
Programmer
Heelo,
I am building a log file as I loop through my code and writing that file with strtofile()
my only problem is that when I execute strtofile() all of my chr(13)'s are ignored so instead of lookinkg like -
12345 - blah blah blah
23456 - blah blah blah
it looks like -
12345 - blah blah blah23456 - blah blah blah
what am I doing wrong? when I look at my variable that I am using with strtofile() in debugger it looks fine.
I am building a log file as I loop through my code and writing that file with strtofile()
my only problem is that when I execute strtofile() all of my chr(13)'s are ignored so instead of lookinkg like -
12345 - blah blah blah
23456 - blah blah blah
it looks like -
12345 - blah blah blah23456 - blah blah blah
what am I doing wrong? when I look at my variable that I am using with strtofile() in debugger it looks fine.