Calling script functions

edited 6:47PM in FastScript
Dear all,

on TMSscripter, you can call a script functon using this sample syntax:
ynAbort := myScript.ExecuteSubroutine('zBeforeDelete', [dmMain.DBConnection1, DataSet]);

on FastScript, I can use CallFunction, but only with an array of variants as parameter.
Is it possible to call a function passing a DataSet as parameter?

Thanks in advance.


Sergio

Leave a Comment