--- In [email protected], "brucexs" <bswit...@...> wrote: > > --- In [email protected], "forxtra" <forxtra@> wrote: > > > > Hi Bruce, > > > > Is there any chance of Scripting improvement such as Default parameters, > Maybe > > Heredocs, > There is setstring. Why would you need a multi-line version? When would you > use? >
While writing and testing a script, to be parsed by regex plugin, displayed in messagebox,and so forth, string variables containing several lines of text are frequently used. > > File-based imports > What do you mean? > Like #include or require statement, For example imports (filepath_expression) * ;; imports all functions from filepath imports (filepath_expression) func1, func2, func3 ;; separatly imports 3 functions from filepath > and > > Multiple class definition within the same file > Unlikely. Is anyone actually using PowerPro classes? >
