String Routines

include\std_string_lib.asp

The following string processing utility routines are defined in this file:

  • BooleanToString
    This function converts a Boolean value to a string value.
  • RemoveBlankItemsFromArray
    This sub copies all non-empty strings from the array specified by the arrItems parameter into the array specified by the arrNew parameter, discarding any previous contents of the latter.
  • sChopOffLeft
    This function deletes the left section of the sValue parameter string corresponding to the sToChopOffLeft parameter string, providing that the sValue parameter string begins with the sToChopOffLeft parameter string.
  • sChopOffRight
    This function deletes the right section of the sValue parameter string corresponding to the sToChopOffRight parameter string, providing the sValue parameter string ends with the sToChopOffRight parameter string.
  • Space
    This function counts spaces and renders the appropriate number of HTML spaces (&nbsp).
  • StringToBoolean
    This function converts a String to a Boolean.

Copyright © 2005 Microsoft Corporation.
All rights reserved.