Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Saving data
Message
From
15/08/2003 03:45:38
 
 
To
14/08/2003 14:28:36
General information
Forum:
ASP.NET
Category:
Other
Title:
Miscellaneous
Thread ID:
00819761
Message ID:
00820402
Views:
16
Hi Randy,

Glad you got the save working. I was going to suggest that a MemoryStream might be more appropriate.
Dim ms As New MemoryStream(K - 1)
ms.Write(MyData, 0, K)
The documentation states that a MemoryStream created with an unsigned byte array can only be written to. Maybe creating it using just New MemoryStream() might work ? I'm afraid this is just guesswork on my part since I've never actually tried it either...

HTH,
Viv
Previous
Reply
Map
View

Click here to load this message in the networking platform