The PARSE Tag

    Syntax: {PARSE::file_name::tag_name}
    Function: The specified file will be opened and parsed. Then the specified tag will be compiled. The TagList will be resized afterwards.
    Example:

    *TEST
    {TAG_FROM_THE_OTHER_FILE}

    {PARSE:: p:\global\commongw\sources\com\delec\prep\testfiles\testfile.prep::TEST}

Back