when i send a sentence with a % as a str message to the server the server cuts the sentence at the % position.
50% => 50
50 lines of code is 50% of 100 lines of code => 50 lines of code is 50
the following is sent to the server [Sending]: %xt%eJockeyBar%chat%2%false%50%%
I understand what is going wrong, it uses the % sign as a seperator. Is there a easy way around this, or should i replace any % character with something else before i sent it to the server and back? Can i define the seperator somewhere?
% character
-
rik.schennink
- Posts: 21
- Joined: 28 Mar 2006, 15:08
- Location: The Netherlands
-
rik.schennink
- Posts: 21
- Joined: 28 Mar 2006, 15:08
- Location: The Netherlands