In the help file of VFP6 and VFP9 it states:
Maximum # of characters per character string or memory variable is 16,777,184.
That's 16 MB right?
I have a file xxx.yyy sized 75 MB
When I perform this command: content=filetostr('xxx.yyy')
then len(content) shows 78,643,200
and strtofile(content,'xx2.yyy') makes an exact copy of the original (checked with FC)
How is that possible with a maximum of 16,777,184 ?
Maximum # of characters per character string or memory variable is 16,777,184.
That's 16 MB right?
I have a file xxx.yyy sized 75 MB
When I perform this command: content=filetostr('xxx.yyy')
then len(content) shows 78,643,200
and strtofile(content,'xx2.yyy') makes an exact copy of the original (checked with FC)
How is that possible with a maximum of 16,777,184 ?