Quick question to avoid going down a long dead end route

LineCutter

Active Member
Licensed User
Longtime User
Is there a (sane) limit to the length of a string in a table column? I don't mind the obvious memory size constraint, I'm more worried about length limits of less than, say, 1024 characters.

If there is one I can build code to split the lines, otherwise I can save the overhead.
 
Top