InsertBlankSpace - Solution Sites Routine

This function returns a string containing space characters, where the number of space characters is equal to the number of items in the passed array.

Definition

Function InsertBlankSpace(
  byVal arrLines)

Parameters

  • arrLines
    An array in which the number of items in the array determines the number of space characters in the returned string.

Return Value

A string containing zero or more space characters, based on the number of items in the array specified by the arrLines parameter.

Defined in File

include\html_lib.asp

Routines Called

None.

Called By

None.

Copyright © 2005 Microsoft Corporation.
All rights reserved.