/
Import Macro
Import Macro
Description: This macro allows you to import classes into your executable document without polluting it with undesirable and unmeaningful user tables.
Syntax: {greenpepper-import: my.class.to.import | some.other.class.to.import | ... }
Example
{greenpepper-import:my.class.to.import|some.other.class.to.import}
This will generate the following hidden table:
import |
my.class.to.import |
some.other.class.to.import |