Example of how to insert a file

    #w:\toys\style.prep

    It is possible to substitute the file name with a tag - but make sure to have it defined before, otherwise PReP will not be able to find the file.

    {ANYFILE}
    or
    #{ANYFILE}.prep
    or
    #abc{ANYFILE}

    will work if the ANYFILE tag is defined before the include instruction.

    {ANYFILE}.prep

Back