How to convert handle to stream

Posted by ecsousa on 11-Jan-2015 07:50

Hi,

I can get the handle attribute of one stream, for example:

DEFINE VARIABLE hStream AS HANDLE NO-UNDO.
DEFINE STREAM myStream.
Stream = STEAM mySTream:HANDLE.

But, if I have hStream ( the handle attribute of my interested stream) Can I "get" the stream and use it normally? How?

Thank you =)

All Replies

Posted by ecsousa on 11-Jan-2015 07:55

Sorry......it is in the help

 STREAM-HANDLE   hStream .

=)

Posted by Gian Torralba on 12-Jan-2015 08:19

Hello,

May I know what environment are you working on?

Thank you,
Gian

This thread is closed