[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
%X
) One of the newest and most interesting aspects of Cogsys 3.x is its external routine capabilities. Discussion of the creation and use of external routines is complicated enough to merit its own chapter (3. Extensions). However, loading an external routine is a relatively simple end-user command. A single argument is needed: the name of the file that contains the Cogsys Extension Routine. By convention, these files are named with the `*.CXR' extension.
Only one extension may be loaded at a time. Successive calls to Load External Routine implicitly unload the previously loaded code. Currently, the only extensions available are those for creating pictures. Expect options to this command to become more sophisticated when these limitations are gone.
These are the extensions are included with Cogsys 3.x:
%X
%X[filename]
%X[randext.cxr] %I[1,2,10] #B[1,20] |
%I
invokes the Create Pictures from CXR command (2.3.5.5 Create Pictures from CXR (%I
)), which uses
the CXR to create a picture. The #B
command then displays that
picture.