NimGame 177

Back to Problem Solutions forum

Vladimir_V     2016-01-29 20:27:40

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

Quandray     2016-01-30 07:55:00
User avatar

Hi,

As you're sending a query string to a web server, instead of

/nmove= 0 50

Try

&move=0+50

See https://en.wikipedia.org/wiki/Query_string

Please login and solve 5 problems to be able to post at forum