VBScript does not support the Format() function. Did you create 12Percent as
a currency field? If so, it should appear in the UI formatted as currency.
Or are you looking to get $4.00 for use in some string in your code? In that
case, you'll have to write your own function to add the dollar sign and
trailing zeroes as needed. Or maybe a web site specializing in VBScript
routines would have such a function readymade.
--
Sue Mosher, Outlook MVP
Author of Microsoft Outlook 2007 Programming:
Jumpstart for Power Users and Administrators
http://www.outlookcode.com/article.aspx?id=54
"Joel Allen" wrote in message
...
Hi,
I looked for this but could not find it. I just need to format this to a
currency value so that the value comes out to $4.00 instead of 4. Can
someone please help.
Item.UserProperties("12Percent").value
Thank you so much,
Joel