Normal Topic Q&A Problem (Read 1061 times)
Justin_ICC
Junior Member
**
Offline



Posts: 95
Joined: Feb 5th, 2004
Q&A Problem
Oct 7th, 2004 at 5:01pm
Print Post Print Post  
Well, the Q&A forum seems to be down, and I'm in need of help.  Perhaps someone out there can help me...

Using Q&A 4.0, I would like to have a programming function produce a comma-and-quotes delimited summary of other fields in my database (ie. "X","Y","Z").

The big problem is having an output result that includes a quote.  How can I program this? Right now I'm using @TEXT (#100+","+#200, etc...)  a lot... but I'm open to suggestions.

Thanks!
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Q&A Problem
Reply #1 - Oct 7th, 2004 at 5:28pm
Print Post Print Post  
@Chr(34) = "
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
Justin_ICC
Junior Member
**
Offline



Posts: 95
Joined: Feb 5th, 2004
Re: Q&A Problem
Reply #2 - Oct 7th, 2004 at 5:45pm
Print Post Print Post  
Beautiful!  Thanks Hammer!

  
Back to top
 
IP Logged