Menu

EZscript v.2006-09-25 released

In this version several bugfixes were made and also a few new features added.

IMPROVEMENTS:
- Functions re-written: f_create, f_open, f_close, f_read, f_write and f_seek.
- There's a chance to get string value of the catched exception. It stores in $exception.lastmsg.

NEW FEATURES:
- Functions index project added. It's located at $APP_DIRECTORY$\projects.
- Two new functions added:
* f_copy - copies a file from one folder to another.
* exec - runs an external application.
- To create a new object of any type just write object type name with a leading tilde(~) symbol.

BUG FIXES:
- Sometimes the interpreter failes when it starts to load an extension. Proplem partitially solves when you change sequence of lines in your project.
- COM object properties couldn't be assigned with new values.
- Fields of objects returned as a function result couldn't be set with another value.

Download: http://prdownloads.sourceforge.net/ezscript/ezscript_20060925.zip?download

Posted by Max Trushin 2006-09-27

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.