Link to home
Start Free TrialLog in
Avatar of learn
learn

asked on

InstrB for adodb stream

After get a stream
myStream.Write Request.BinaryRead(Request.TotalBytes)
can I find the position of a byte in the stream something like
response.write InstrB(myStream, vbcrlf)

I know we can write the stream to a variable(string?) and then find the position of the byte in the variable. But can we find the position directly from the stream?
ASKER CERTIFIED SOLUTION
Avatar of sybe
sybe

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial