IupLoad
| Definition: |
include pGUI.e
nullable_string res = IupLoad(string filename) -- or-- nullable_string res = IupLoadBuffer(string filename) |
| Description: |
Compiles a LED specification.
filename: name of the file containing the LED specification. buffer: string with the LED specification. Returns: NULL if the file was successfully compiled; otherwise it returns a string error message. |
| pwa/p2js: | Not supported. |
| Notes: |
Each time the function loads a LED file, the elements contained in it are created. Therefore, the same LED file cannot be loaded several times, otherwise the elements will also be created several times (the same applies for running Lua files several times). |