PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Webdev 20 and maximum string length
Webdev 20 and maximum string length
Iniciado por guest, 15,abr. 2015 10:08 - 2 respuestas
Publicado el 15,abril 2015 - 10:08
Hi ,


We are trying to fill a string from a webservice but the return string is a long XML statement and it is truncated to 200 chars

Is there a maxmium string length in Webdeb? I have never see this before

Thanks Jonathan
Publicado el 15,abril 2015 - 10:42
for windev (i suposed it's the same for webdev) is Variable String type: Maximum number of characters Limit depending on the available memory

<a class="ExternalLink" rel="nofollow" target="_blank" href="http://doc.windev.com/en-US/index.awp?3084035">http://doc.windev.com/en-US/index.awp&hellip;</a>
Publicado el 15,abril 2015 - 15:26
Hi Jonathan,

no, the limit is not coming from the webdev string size, but more probably from something in the transport mechanism.

Best regards