Директива $CONFIG Pascal-Паскаль

Описание

$CONFIG

This macro is the complete file name of the current configuration file.

This is a null string if no configuration file is defined. This macro is intended for use by programs that access or modify the configuration file.

Besides providing the name of the file, this macro causes the current configuration to be saved (if modified) and reloaded when control returns to the IDE.

Use this macro with the TEML compiler. With it, you can edit the TEML script file in an editor and then invoke TEMC to process the script.

When the configuration file is reloaded, your new or modified editor commands will be in effect.

When installing TEMC as a transfer item, use the following command line:

  • $EDNAME
  • $CONFIG

This assumes the current Edit window contains the TEML script file to be processed.