Re: Getting bytes from a string
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
- From: "Stephany Young" <noone@localhost>
- Date: Wed, 20 Apr 2005 11:32:50 +1200
Just deal with the resulting array in chunks of 50 bytes. 0 to 49, 50 to 99
etc.
"Chris Leffer" <chrisl@xxxxxxxx> wrote in message
news:eevE8ETRFHA.204@xxxxxxxxxxxxxxxxxxxxxxx
> Hi Herfried!
>
> Thanks, the GetBytes method works ok. But it takes each character as an
> element of the array. How can I tell it to get groups of 50 characters?
>
> Regards,
> Chris Leffer
>
>
>
> *** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- Re: Need help with textboxes
... character into the input box. ... one of assigning the reference to a variable: ... All forms and their children are stored in an array ... No. Bracket property accessors allow their argument to be any string value. ... (comp.lang.javascript) - Help in Spanish translation of the description of UDFs
... functions of minimum / maximum values among elements of an array column. ... GETALLWORDS- Inserts the words from a string into a global dimensioned ... WORDTRAN- Searches a character string for occurrences of a first word, ... ARRAYSUM- Returns the sum of all or a specified range of numeric (and/or ... (microsoft.public.fox.helpwanted) - Re: Pointer
... require in input a pointer char: ... unsafe public static extern int OpenFile; ... What is it pointing to exactly, is it pointing to a "Unicode character" array or is it pointing to a "Single byte character" array or is it pointing to something else? ... (microsoft.public.dotnet.languages.csharp) - Re: problem with unhandled exception (acces violation) and undefined array/pointer
... If you pass a real array to a ... character dummy the extra arguments won't be there. ... occasional fortran user with limited knowledge, ... with compile and link options, ... (comp.lang.fortran) - Re: Pointer
... require in input a pointer char: ... unsafe public static extern int OpenFile; ... What is it pointing to exactly, is it pointing to a "Unicode character" array or is it ... (microsoft.public.dotnet.languages.csharp) |
|