Logo
Home Cart [Log In] About Us Contact Us

Object Reference

xf_InteractInteraction

Public Function GetParamStringItem (
ParamString As String,
KeyString As String,
Optional IncludeKey As Boolean = False,
Optional ParamDelim As String = ";"
) As String

Extract data from a database parameter string.

ParamString as String

The database parameter string

KeyString as String

The section of the parameter string to extract

Optional IncludeKey as Boolean = False

Include the key and = with the returned value

Optional ParamDelim as String = ";"

The delimiter used to separate sections (default=';')

Call Template:

Dim s As String
s = xf.Interact.GetParamStringItem(ParamString, KeyString)
s = xf.Interact.GetParamStringItem(ParamString, KeyString, IncludeKey, ParamDelim)

See Also:

Example 1:

GetParamStringItem("PWD=SomePassword;DATABASE=C:\My Documents\DBFolder\SomeDatabase.mdb", "PWD")   ==> SomePassword
Contact Us :: About Us :: Policies :: email: infspamo@arrospamw-of-tispamme.com    © 2012 Arrow Of Time Pty Ltd