Tony I'm sure there any number of ways to do this but my preferred method would be
Create a temporary table with the number of columns representing the number of fields. You could also add any additional columns for sorting or do the sorting in your code. Once the table is created make sure to unload the table structure to a file. Create your code to fill in the table as though it was printing to paper. Then just export the table to a CSV file and change the separator. I know this is a little more work up front but as you know the powers to be will want to add a field right in the middle or remove one. Buddy -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Tony IJntema Sent: Thursday, June 18, 2015 6:31 AM To: RBASE-L Mailing List Subject: [RBASE-L] - How to use a semicolon instead of comma in a TXT report I have to create a txt report The fields need to be separated by a semicolon instead of a comma Is this possible? I have tried to change the settings but no effect Tony

