--- In [email protected], "entropyreduction" 
<alancampbelllists+ya...@...> wrote:
>
> 
> Doable.  See comPlugin0.72_091202.zip in
> 
> http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/
> 
> run comPluginDemoScriptFileSysObjDotSyntaxForEach.powerpro
> 
> Notice function descriptuions.  Each parameter of known type.
> 
> So, I can determine the type of every parameter from ITypeInfo
> (got it here: http://spec.winprog.org/typeinf2/)
> 
> So, all the _type services are now unnecessary.
> Stay tuned, will take a while to sort out, among other things
> what to do with trailing VARIANT parameters.

Regrettably, although comPluginDemoScriptFileSysObjDotSyntaxForEach.powerpro 
runs fine, use of the service

local sDesc = appref.get_object_description("f") and
local sDesc = appref.get_object_description("fdn")

crash Powerpro is my script (and leave powerpro entries in task manager process)

> Okay.  How about comPluginDemoScriptFileSysObjDotSyntaxForEach.powerpro.  
> Working?

as before, that still works.

>  
> > myselect.contents continues to debug as ANSI despite enabling
> > unicode returns, and any high characters show as question marks.
> 
> Still?

Yes, still fails. Also unicode arguments still fail. Haven't tried ansi 
arguments with this one.

> 
> Yeah, misunderstood.  But try this;
> 
> local xvec = funcTest()
> win.debug(xVec[0], "length: ", xVec.length, "exists: ", xVec.exists)
> quit
> 
> Function funcTest()
> local bVec = vec.create(50)
> bVec[0] = "23"
> quit(bVec)
> 
> Same problem, yeah? If so, take it up with Bruce: he may be able
> to prevent locals from getting deleated if they're mentioned in a
> quit statement. 

OK, thanks.


Reply via email to