I'm trying to add a dollar amount into a string using TRANSFORM. I could have swore I've done this before but I must have done so in the Report Designer and not in PRG code.
lcCaption = "Total amount = " + transform(vInvHdr.nAmount,'@$999,999,999.99') Desired effect: Total amount = $123,456,789.12 Current effect: Total amount = $123456789.12 I'm sure this'll be a "Doh!" moment when I get the answer. Remember -- this is in code, not using the Report Designer. TIA! --Michael _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

