C
Chris Leffer
Hi.
My application has a textbox that can receive a lengthful string from
the user. I need to separate this string into blocks of 50 bytes and
process each block to compose a text file. I have the majority of the
routine ready, but how can I divide the string into blocks of 50 bytes?
Regards,
Chris Leffer
My application has a textbox that can receive a lengthful string from
the user. I need to separate this string into blocks of 50 bytes and
process each block to compose a text file. I have the majority of the
routine ready, but how can I divide the string into blocks of 50 bytes?
Regards,
Chris Leffer