I know Chr$(13) gives a character return as well but could someone point me to where there is a list of all the Chr$ values?
Regards Chris Chris Brown - Cartographer Resource Evaluation, Land Assets, Hamersley Iron P/L. Tel. +61 8 9327 2176 Fax. +61 8 9327 2478 mailto:[EMAIL PROTECTED] http://www.hamersleyiron.com/ -----Original Message----- From: David Reid [mailto:[EMAIL PROTECTED] Sent: Wednesday, 19 May 2004 1:06 AM To: [EMAIL PROTECTED] Subject: RE: MI-L Quick stupid question Josh, give the Chr$(36) a try, 36 is the ASCII decimal value for the $ dollar sign. Chr$(36)+(column_name) HTH David Reid -----Original Message----- From: Josh Forsythe [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 11:54 AM To: [EMAIL PROTECTED] Subject: MI-L Quick stupid question I couldn't find the answer to this anywhere, and the question is frustratingly simple: I just want to add a dollar sign to the beginning of a label, to indicate cost. Right now, the number just reads as 111.11, and I just want $111.11. How do I change the expression on the label to allow for that? I've tried: "$"(column_name) \$ (column_name) \"$" (column_name) @#$*()^*()^ (column_name) (the last one was pure frustration). Thanks, Josh Josh Forsythe Engineering Assistant Midwest Wireless --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 11822 --------------------------------------------------------------------- List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] Message number: 11825
