Hi
space caracter in the sent string generates an error
is it possible to do something better
on the server I have to do the contrary
reservation.replace("(nbsp)," ")
sincerely
michel
B4X:
myurl= ServerUrl & "?query=" & reservation.Replace(" ","(nbsp)")
HttpUtils.Download("job1", myurl)
space caracter in the sent string generates an error
is it possible to do something better
on the server I have to do the contrary
reservation.replace("(nbsp)," ")
sincerely
michel