Installation and Use
Installation
The installation process for this item is very straight forward. When you initiate the install, you will be prompted to install the product, and than confirm the installation. There is no choice on where to install it from, since the DLL installs directly to your Windows system folder (not the System32, but Windows\Winnt folder).
Usage
After this product is installed, to access it's functions, you simply have to create an instance of it, then call its procedures. Here is some example code of how to do this.
dim myObj
set myObj = createobject("AscentCommonHelpers.CommonProcs")
dim myString
myString = "this is a tesst"
myString = myObj.StringReplace(mystring," ","_")
set myObj = nothing
msgbox myString
You can access this DLL and all of its functions from any programming language that supports creating COM objects. Such as VBScript, Ascent SBL scripts, etc...
Copyright © 2009, Image Mentor
This help file has been generated by the freeware version of HelpNDoc