How to invoke one neek file in another

Hello All,

I have developed few steps in different files and now I want to call those .neek file in my main file. How i can do that ?

@AnkitDwivedi In order ro execute .neek file, you need to open File/Open and select neek file:
image

If you want to create a project from neek file, press “Save as a project” from File section and then “Open Project”.
image

@AnkitDwivedi If you want to include .neek file in the main file, add an activity “Subprogram” in main file and choose the path to your neek file.


image

If you want to use .neek file in your main file.

Add Subprogram to your main file. Chose the path for your .neek file

If you want to access the variable data in your main file from .neek file or vice versa. Make the variable Global

1 Like