G
Guest
Hi,
In VB6 I wrote an application that had to read lots of fixed length disk
records from another system. These records were divided up into many fixed
length fields.
In VB6 the easy solution to breaking up the record into the fields was to
define all the fields in a VB6 Type as fixed length strings and then use Lset
to load the record into the type - worked a treat.
However this won't work in .NET - and I haven't see any easy alternative.
Any ideas ?
Regards
Michael
In VB6 I wrote an application that had to read lots of fixed length disk
records from another system. These records were divided up into many fixed
length fields.
In VB6 the easy solution to breaking up the record into the fields was to
define all the fields in a VB6 Type as fixed length strings and then use Lset
to load the record into the type - worked a treat.
However this won't work in .NET - and I haven't see any easy alternative.
Any ideas ?
Regards
Michael