[fpc-pascal]UNCGI issues

Fernando Lozano fsl at centroin.com.br
Tue Jun 19 09:03:06 CEST 2001


Matt,


>    Thank you all for the quick responses.  The problem is this though:
> 
>    I am using the post method to get the contents of a <textarea> tag.  In the source code it says there is a limitation of the UNCGI unit in that it cannot pass params >255 chars.  I tried simply converting everything to ansistrings but then the results came back funny.  I think somewhere it relies on the s[0] element (which ansistrings don't support).


s[0] is the length of the string. You can replace all ocurrences by
strlen().


[]s, Fernando Lozano






More information about the fpc-pascal mailing list