jlogdup
unread,Oct 12, 2009, 9:10:28 AM10/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jBASE
Hello, I am trying to put a comma character as separator on my reports
but is not working as simple as listing ","
Example,
I want something like:
LIST MYFILE field1 "," field2 "," field3
but the outout still the same:
1 100001 MIKE W
2 100002 SAM W
3 100003 NICK C
And I do want
1 , 100001 , MIKE , W
2 , 100002 , SAM , W
3 , 100003 , NICK , C
How I can put the character comma beetwen the fields ?
Thanks