Dear community,
I would like to assign a container value to a field of type string (Memo):
myTable.StringMemoField = con2Str( myContainer );
myTable.doUpdate();
When I do this, the string (Memo) field gets cut at around 20th line. The container is a large one and has around 500 lines.
How can I assign the string (Memo) field correctly?
[EDIT]: con2Str has a limitation of a 1000 signs. How can I declare the return type of a function to string memo?
*This post is locked for comments
I have the same question (0)