Extract data from a database parameter string.
The database parameter string
The section of the parameter string to extract
Include the key and = with the returned value
The delimiter used to separate sections (default=';')
GetParamStringItem("PWD=SomePassword;DATABASE=C:\My Documents\DBFolder\SomeDatabase.mdb", "PWD") ==> SomePassword