Expand Minimize
This topic has not yet been rated - Rate this topic

Analysis_ConstructKeyValueString - Solution Sites Routine

Commerce Server 2002

This function constructs a key/value pair for a Commerce event.

Definition

Function Analysis_ConstructKeyValueString(
  byVal sKey,
  byVal sValue
)

Parameters

sKey
A string containing the key.
sValue
A string containing the value corresponding to the key.

Return Value

A string containing the key/value pair.

Defined in File

include\analysis.asp

Routines Called

DoubleQuote

Called By

Analysis_ConstructPRID

Analysis_LogSubmitOrder

Remarks

The format of the string is:

   sKey="sValue"

See Also

About the Analysis Integration Feature for Solution Sites

Copyright © 2005 Microsoft Corporation.
All rights reserved.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.