Back to Problem Solutions forum
Hi!
I am really confused about the answer at second and following steps. At first stept i am sending to the server String St = "token= neMcc/U961yXJtQ/vFYdCDI4"; And i got the answer from the server in form of heaps: 50 207 249
Now i want to take off 50 from the first heap so my reguest String looks like: String St = "token= neMcc/U961yXJtQ/vFYdCDI4/nmove= 0 50"; but i have a error
Thanks a lot
Hi,
As you're sending a query string to a web server, instead of
/nmove= 0 50
Try
&move=0+50