Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread {$I},{$INCLUDE} Compiler Directive
Wed, Apr 24 2019 9:45 PMPermanent Link

Allen Hunt

Is there a {$I},{$INCLUDE}  compiler directive where we may include a file?

example:

const
 filestr = {$I file.txt};

Best regards,
Allen
Wed, Apr 24 2019 11:01 PMPermanent Link

Raul

Team Elevate Team Elevate

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:

https://www.elevatesoft.com/manual?action=viewtopic&id=ewb2&topic=Project_Manager

Raul
Image