I often end up with Stream type variables when I type quickly and don't put
in the extra character to get a String. Decided finally to look up and see
just what they are, and had no success with my MSDN Library. Just what are
Stream variables used for in VB6?
David
Jay Taplin - 30 Jan 2006 18:40 GMT
A quick guess is that you have a reference to ADO in your project, so you
are seeing "Stream" as a possible object type. If so, then this quick
little article will give you a few details:
http://www.w3schools.com/ado/ado_ref_stream.asp
Jay Taplin [MCP - VB]
>I often end up with Stream type variables when I type quickly and don't put
> in the extra character to get a String. Decided finally to look up and
[quoted text clipped - 4 lines]
>
> David