Tremorblue
Programmer
I want to load from a file directly into an ansistring how is it possible ?
At the moment I am using FileRead.
The data I am loading is binary and needs to be passed into a function that uses an ansistring.
I could load the data into a char array but cannot do
a simple conversion i.e
ansistring = array as the array is not null terminated. Nulls could appear anywhere in the array.
At the moment I am using FileRead.
The data I am loading is binary and needs to be passed into a function that uses an ansistring.
I could load the data into a char array but cannot do
a simple conversion i.e
ansistring = array as the array is not null terminated. Nulls could appear anywhere in the array.