FastScript 1.4

edited 1:23PM in News
New version of our "Script studio"!
New features:
+ added OLE support
+ added variant array support

+ added TfsScript.Terminate method
+ added TfsScript.IsExecutableLine method
+ added TfsScript.IsRunning property
+ added VarToStr function
+ added TfsScript.AddForm method
* languages are splitted to components TfsPascal, TfsCPP, TfsJScript, TfsBasic
for existing project - add component with required language on form with component TfsScript

* changed OnRunLine event
old:
procedure fsScript1RunLine(Sender: TfsScript; const SourcePos: Integer);
new:
procedure fsScript1RunLine(Sender: TfsScript; const UnitName, SourcePos: String);
* changed TfsScript.ErrorPos type and fsPosToPoint method
* error strings moved to fs_iconst.pas file
- fixed bug in variable initializer
- fixed bug in TList rtti
- fixed bug in JS and VB grammar

You can read more, download and try FastScript here:
http://www.fast-report.com/en/fastscript.php

Free upgrade from FastScript 1.0-1.3.
Special discount for our customers.

Leave a Comment