I am developing an app that 'plays' with timelines in tables.
The 3rd party app using these tables has 4 fields - 3 numeric for date and one memo for details on that date.
My app successfully allows importing and exporting of prepared timelines from/to csv or xls files.
A user has noticed that my app only allows approx 200 chrs to be imported/exported due to the requirement of using a chr field for the contents of a Memo field.
Would it be possible to use more than one chr field to hold the contents of a Memo field when importing or exporting?
How would I measure the longest text content in a Memo in a table and create a table with enough chr fields to store the longest in?
Thanks in advance
Coldan
The 3rd party app using these tables has 4 fields - 3 numeric for date and one memo for details on that date.
My app successfully allows importing and exporting of prepared timelines from/to csv or xls files.
A user has noticed that my app only allows approx 200 chrs to be imported/exported due to the requirement of using a chr field for the contents of a Memo field.
Would it be possible to use more than one chr field to hold the contents of a Memo field when importing or exporting?
How would I measure the longest text content in a Memo in a table and create a table with enough chr fields to store the longest in?
Thanks in advance
Coldan