Manual
Markers Run_OnceThe Run_Once marker allows selecting part of the code that will be executed only the first time the file is executed. After the first execution the contents of this marker will be deleted from memory and will never be restored. If you try to run this code for a second time, it will be skipped. Content
Examples
See markers examples in the installation folder, Examples\MarkerRunOnce subfolder. |