socket_read_string() throw error message “The string … is too long for the controller to handle”.
I wrote a program to send a long string (1264 char) from server to ur client.
what the max length for String?
socket_read_string() throw error message “The string … is too long for the controller to handle”.
I wrote a program to send a long string (1264 char) from server to ur client.
what the max length for String?
A bit late, but I just tried it out.
The max length of a string in URScript is 1023.