On 4/24/2019 9:45 PM, Allen W. Hunt wrote:
> Is there a {$I},{$INCLUDE} compiler directive where we may include a file?
>
> example:
>
> const
> filestr = {$I file.txt};
You can include external files in the project and they get deployed
automatically and are then accessible.
See "Adding an Existing External File to a Project" and see if it works
for you: