GetPriceAndCurrency - Solution Sites Routine

This sub retrieves both the price and a formatted price string for a product.

Definition

Sub GetPriceAndCurrency(
  ByRef rsProducts,
  ByRef cyProductPrice,
  ByRef cyCurrency)

Parameters

  • rsProducts
    A Recordset object containing product information.
  • cyProductPrice
    A currency variant containing the price of the product.
  • cyCurrency
    A currency variant containing the price of the product as a string formatted to the locale.

Defined in File

include\catalog.asp

Routines Called

htmRenderCurrency

Called By

htmRenderProductsTable

Copyright © 2005 Microsoft Corporation.
All rights reserved.