Does anybody know a way of reading the ‘Data Length’ value for a document field using LotusScript?
Thanks
Does anybody know a way of reading the ‘Data Length’ value for a document field using LotusScript?
Thanks
Subject: Using LS to get the Data Length of a field
I think it is always two less than the item’s ValueLength property. The two extra bytes are the data type.
Subject: Using LS to get the Data Length of a field
Look up “Len Function” in designer help.