-- fixed a bug in for each…endfor handling, which meant got wrong behaviour if 
the collection being iterated through was empty

-- removed the release, releaseall and localcopy methods: lifetime of handles 
to com objects is now managed by reference counting.

-- removed with and endwith methods: use the PowerPro with/endwith statements 
instead.

-- the get_enumerator, enumerator_next, next, enumerator_reset, reset services 
are deprecated; use the PowerPro constructs for each…endfor.  I may remove the 
services in a future version.

-- You can now receive SAFEARRAYS returned by methods as Powerpro vectors

-- You can pass a SAFEARRAY to a method or accessor, using a Powerpro vector as 
a data source

-- removed demo scripts comPluginDemoScriptExcelDotSyntax.powerpro, 
comPluginDemoScriptFileSysObjDotSyntax.powerpro, 
comPluginDemoScriptFileSysObjDotSyntaxForEach.powerpro, 
comPluginDemoScriptWordDotSyntax.powerpro; the demos for FSO, Word and Excel 
now exclusively use handle.method syntax and for each…endfor.

-- added demo scripts comPluginDemoScriptWMIprocessRAMusage.powerpro and 
comPluginDemoADODB.powerpro



Reply via email to