$CurrentLink
Usage
• $CurrentLink is the LinkObject representing the MathLink connection for an external program currently being installed or being called.
Notes
• $CurrentLink is temporarily set by Install and by ExternalCall. • You can use $CurrentLink to distinguish between several instances of an external program running at the same time. • $CurrentLink can be included in :Pattern: and :Arguments: MathLink template specifications, and will be evaluated at the time when Install is called. • New in Version 3.
|