Description
Given a name, this function returns the Algorithm object with the same name.
Applicable Events
AnyApp Pre-Application, AnyApp Post-Algorithm, AnyApp Post-Application
Syntax
object.AlgorithmByName(strName)
Parameters
Object is a reference to a Application object.
AlgorithmByName is the command.
strName is the name of the algorithm to be returned.
Example
Set oAlg = Applcation.AlgorithmByName ("Field1")