Can't find this answer after numerous searches, dunno must be either blind or something.
I'd like to know the max length of a string variable in script?
I ask as I'm getting truncation at 1000 bytes of usable data (thinking there's 1024 limit) when my TCP client receives data from the windows IIS server ( its for my server browser query).
Could of course be the Windows IIS server but am investigating this from both sides as I have no idea as yet how to investigate the IIS server
I'd like to know the max length of a string variable in script?
I ask as I'm getting truncation at 1000 bytes of usable data (thinking there's 1024 limit) when my TCP client receives data from the windows IIS server ( its for my server browser query).
Could of course be the Windows IIS server but am investigating this from both sides as I have no idea as yet how to investigate the IIS server
Comment