Yes, for the most part FM8's API is the same. FM9 only introduces a few new functions for working with tabs and packages.
The big difference between the two is FM9 no longer uses the Microsoft VBScript engine for scripting, and instead has its own embedded VBScript interpreter. The languages are compatible, but in the new interpreter all variables need be declared with a Dim statement.
Comments
Yes, for the most part FM8's API is the same. FM9 only introduces a few new functions for working with tabs and packages.
The big difference between the two is FM9 no longer uses the Microsoft VBScript engine for scripting, and instead has its own embedded VBScript interpreter. The languages are compatible, but in the new interpreter all variables need be declared with a Dim statement.