GetRepeatStyle - Solution Sites Routine

This function creates an array with the number of array elements specified by the iCount parameter. Each array element is assigned the attribute string specified by the sAttList parameter. This is used to construct a table style array initialized to a common value.

Definition

Function GetRepeatStyle(
  byVal iCount,
  byVal sAttList)

Parameters

  • iCount
    A number indicating the size of the array to be created.
  • sAttList
    A string to be assigned to each element of the array. The string is a list of space-separated attribute/value pairs to be associated with an HTML element.

Return Value

An array with the number of elements specified by the iCount parameter, where each element is assigned the value of the string contained in the sAttList parameter.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

htmRenderFillOutForm

Copyright © 2005 Microsoft Corporation.
All rights reserved.