Does this apply to individual fields, or to an entire record?
Is there a way to limit the length of an input field so this doesn't happen? In this implementation, I'm updating a field in an existing record.
RECORD TOO BIG error?
- Martin
- Global Admin
- Posts: 309
- Joined: Mon Jan 02, 2023 5:18 pm
RECORD TOO BIG error
The republished LZ Programming Manual has
(page 16) The maximum length of a string is 255 characters
(page 36) There may be up to 16 fields in any record
(page 100) No record may exceed a total of 254 characters
Sincerely and in good faith
Martin
(page 16) The maximum length of a string is 255 characters
(page 36) There may be up to 16 fields in any record
(page 100) No record may exceed a total of 254 characters
Sincerely and in good faith
Martin