GetINIString - Solution Sites Routine

This function returns the value of the specified key or "" (an empty string) if the key or its value cannot be found.

Definition

Function GetINIString(
  byVal sFileName,
  byVal sKey)

Defined in File

include\global_siteconfig_lib.asp

Routines Called

GetFileSystemObject

GetKeyValue

Called By

Main (include\global_main_lib.asp)

Copyright © 2005 Microsoft Corporation.
All rights reserved.