Perhaps you simply want to use the optional precision attribute of the <@calc> tag.
<@assign local$yourCurrencyVar "5"> <@calc expr="<@var local$yourCurrencyVar>" precision=2> Returns: 5.00 - Jake Stevens -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Campbell, Steve V. Sent: June 4, 2002 2:43 PM To: Multiple recipients of list witango-talk Subject: RE: RE: Witango-Talk: Currency Format Hello I am allowing users to enter currency values into a field that feeds into a simple small table in a database. When I pull the value back out of the table I get "5" instead of "5.00". There is a @@currencyChar format that I have found but isnt' there a <FORMAT="currency "."> or something like this? Yes I have the manual right here. Any help would be appreciated. T2K App Server T2k Dev Studio Access Database Steve ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
