I create a text file for each user using -
Store Fcreate(lcfilename) To _Text && Create low-level file
I then output text to the file using text endtext
TEXT NOSHOW PRETEXT 4
<?xml version="1.0" ?>
<!DOCTYPE ledesxml>
etc.
The file is created and all xml is ok but there is an extra carriage return line feed at start of file - I have tried using PRETEXT 7, also tried without pretext - no luck getting rid of it. Is there easy way to delete it or some way to get rid of it.
Store Fcreate(lcfilename) To _Text && Create low-level file
I then output text to the file using text endtext
TEXT NOSHOW PRETEXT 4
<?xml version="1.0" ?>
<!DOCTYPE ledesxml>
etc.
The file is created and all xml is ok but there is an extra carriage return line feed at start of file - I have tried using PRETEXT 7, also tried without pretext - no luck getting rid of it. Is there easy way to delete it or some way to get rid of it.