Hi Anthony,
The problem isn't in the fact that there are 4685 characters in the field, the problem is that they're all on a single line, and there's a maximum width in terms of pixels that can be displayed -- the data is still there, actually.
I thought that I saw this somewhere. more on this from: http://lists.runrev.com/pipermail/use-revolution/2003-May/015568.html
There are certain limits to how large various structures can be in MetaCard.
Most limits are tied to the machine data types used to store them. A uint1
is 255 (8 bits), a uint2 is 65,535 bytes (16 bits/64KB)
[snip]
Characters per line in a field = uint2 is 65,535 bytes (16 bits/64KB)
Mark
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
