personnal macro function

thierry_g

New Member
hello
I want to know if it's possible to create new personnal function and put them into the "comman list"?

These function could be written in basic or be a flowsheet.
Or is it possible to save them into a file and call them into the basic programm, or into an other flowsheet?


Thanks
Regards
 

nick12ab

Senior Member
Not yet, but Rev-Ed are going to eventually implement an #include directive for the BASIC code which could do that.
 

Technical

Technical Support
Staff member
Yes, you can do this is Logicator via the 'custom command' feature within the BASIC command cell. You basically save a 'snippet' of code as a text file in the custom folder, then you can re-use this as a special flowchart cell. The name of the text file (e.g. mycode.txt) becomes the name of the flowchart cell (e.g. mycode).
 
Top