Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saving data
Message
De
15/08/2003 03:45:38
 
 
À
14/08/2003 14:28:36
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Divers
Thread ID:
00819761
Message ID:
00820402
Vues:
17
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform