While a string constant (defined between quotes) can only be 256 characters, according to the VFP Help File (Index Topic - Visual FoxPro system capacities):
Maximum # of characters per character string or memory variable 16,777,184
Obviously to store this in a table, you'd need to use a Memo field.
Rick