Eugene,

I'm afraid I don't know VBScript, but there is an IDE scripting tutorial
document.  I don't know if it's been made public yet.  There is also an HTML
form that is used to build the standard libraries in the CodeWarrior Pro
product, but I don't see it on my machine at home.  JK should be able to
post that or send it to you.

-E

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf
> Of Eugene Chin
> Sent: Saturday, December 04, 1999 8:23 AM
> To: Palm Developers Forum List
> Subject: CW6 Scripting With VBScript
>
>
> I am new to VBScript, and can't seem to figure out how to make
> function calls that have an output parameter that is an object.
> For example:
>
> The ICodeWarriorBuildMessages interface has method
>
> HRESULT _stdcall Errors([out, retval]
> ICodeWarriorMessageCollection** Errors);
>
> I have tried
>
> result = messages.Errors( errors )
> set result = messages.Errors( errors )
> messages.Errors errors
> result = messages.Errors errors
> set result = messages.Errors errors
> call messages.Errors( errors )
>
> Any help would be appreciated.  Thanks.
>
> Eugene.
>
>
>

Reply via email to