Layout Functions: Unterschied zwischen den Versionen

Aus EEP Handbuch
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „ <table width="90%" align="center" border="1" style="border: 1px solid black; border-collapse: collapse;"> <tr> <th colspan="2">EEPLoadP…“)
 
(kein Unterschied)

Aktuelle Version vom 8. September 2018, 13:26 Uhr

EEPLoadProject() EEPLoadProject("FileName")
type: function
    EEPLoadProject("Tutorials\\Tutorial_54_LUA.anl3")
                
caller: script
defined in: EEP
parameters: two
returns: one
requires: EEP 11.3 Plug-in 3
purpose: Loads another layout from the specified subfolder of “Anlagen”.
notes:
  • Argument is the path (if needed) inside the folder “Anlagen” and the file name including the .anl3 suffix.
  • Separating character between folder and file name is a double backslash.
  • Return value is true if the required layout exists, else false.