How to run/call a scheduled agent from an agent

How do I run/call a scheduled agent from an agent? The agent that calls the other agent must be in LotusScript.
To run another agent from LotusScript, use a LotusScript agent similar to the following:
Set session = new NotesSession
Set db = session.CurrentDatabase
Set agent = db.GetAgent
("Agent_Name_Here")
Call agent.Run  OR 
Call agent.RunOnServer

Do you have comments on this Ask the Expert question and response? Let us know.

This was first published in November 2004