Hello again, Bruce!
SOAP-API manual again
On Nov 18 2020 I reported via mail about a tiny glitch in the listing of variables, when STRINGs are longer than 255 charactes. Any STRING longer gets displayed as STRING([255]) and in the right column "String from 0 to 255 characters". My guess is that you obtain that number from the picture of that variable, not from its length definition itself.
I manipulate the packet-Object in the SendPacket ROUTINE with
packet.Replace('some significant text' & &'STRING([255])', '.... STRING([10.000])', 1)
It works, its fast enough, but its a somehow dirty workaround and I just wanted to ask, if there will be a clean fix.
thx
Wolfgang
Attachment: Stringsize_API-Manual.PNG
packet.Replace('<div class="nt-service-fieldtype"> (string[255])</div>', '<div class="nt-service-fieldtype"> (string[10.000])</div>', 1)