Previous Topic: Using CCS Communications Utilities

Next Topic: Using CAPOLY$CASEND

Defining a Foreign Symbol

Defining a foreign symbol lets you pass parameters to an image (executable). For example, to define a foreign symbol for catrap use the following command:

CATRAP == “$capoly$bin:capoly$trap.exe”

To use the new symbol, type catrap followed by the parameters you want to send. For example, the following command passes parameters p1, p2, and p3 to catrap:

catrap p1 p2 p3