getting Delphi to accept a passed-in VBScript 'ByRef Variant' as a file handle or similar
- From: "axtens" <Bruce.Axtens@xxxxxxxxx>
- Date: 24 Oct 2006 22:13:44 -0700
G'day all,
How do I do this? Or is it a case of DON'T!
set o = createobject( "project.class" )
Set oStream = oFSO.OpenTextFile("c:\trace.log", CONST_READ, False,
AS_SYSTEMDEFAULT )
res = o.method( oStream )
So I'm passing a 'ByRef Variant' into my Delphi COM DLL. What I'd like
to do is to read from that stream. How do I get Delphi to accept the
'ByRef Variant' as a file handle or similar?
Kind regards,
Bruce.
.
- Follow-Ups:
- Re: getting Delphi to accept a passed-in VBScript 'ByRef Variant' as a file handle or similar
- From: Remy Lebeau \(TeamB\)
- Re: getting Delphi to accept a passed-in VBScript 'ByRef Variant' as a file handle or similar
- Prev by Date: Re: Currency calculation
- Next by Date: Re: Advice on using DISqlite3
- Previous by thread: Currency calculation
- Next by thread: Re: getting Delphi to accept a passed-in VBScript 'ByRef Variant' as a file handle or similar
- Index(es):
Relevant Pages
|