> From: "Jim McAtee"
> But I can call DollarFormat() directly on the values without error. It's
> only when I pass them into the CF function that I get the error. All rows
> in this table contain numbers in the two fields, from 0.0 to maybe 2000.0.
> No null values.
>
> #DollarFormat(pricelo)# - #DollarFormat(pricehi)#
Can you post the code that actually calls your UDF? Based on the error, it sounds like you're trying to pass a complex variable (array, recordset, structure, etc.) to the UDF instead of the simple values.
Scott
---------------------------
Scott Brady
http://www.scottbrady.net/
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

