Executing

edited 11:01PM in FastScript
Hello,

We are currently using the demo version of FastScript and it is meeting a lot of our requirements. However users being users I want more ;) .

Is it possible to detect if a scripting is still running?

We have a script that dynamically creates a form which the user may leave open. Is it possible to leave the script running, thus leaving the variables and form available?

So I would have something like:

fsScript.Execute;
fsScript.CallProcedure(...);
fsScript.Terminate;

Is this possible now or is it planned for the future?

Regards

Comments

  • edited 11:01PM
    Even when script is finished, all variables and objects (that have been not freed directly in the script) are available. You even can run the script again (by Execute method). If you perform Compile, all variables and objects will be destroyed.

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.