Bold - Solution Sites Routine

This function surrounds the string specified by the s parameter with the tags "<B>" and "</B>", and then returns the resulting string.

Definition

Function Bold(
  byVal s)

Parameters

  • s
    A string that contains the text to be wrapped in bold tags (<B> and </B>).

Return Value

A string that contains the bold-wrapped text.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

colRenderAdvancedSearchTab

colRenderSimpleSearchTab

htmRenderDiscountMessageGroup

htmRenderDiscountsApplied

htmRenderDiscountsDescriptions

rowRenderPropertyGroup

tableRenderFooterInfo

tableRenderMessageBoxPage

tblRenderOrderDetailsContents

Copyright © 2005 Microsoft Corporation.
All rights reserved.