March 20, 200322 yr Newbies Does anyone know of a way to store more than 64000 characters in a text field? There is the obvious solution of splitting the data into several fields, but I am looking for something more elegant.
March 20, 200322 yr There really isn't any way to actually store more than 64000 characters in one field. You could store the data in a text document using something like AppleScript or Troi File. Chuck
Create an account or sign in to comment