Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

3 lignes
157 B

  1. begin
  2. ResultURL:=GetURLBase+RoundEx(GetLLon*100000,10)+','+RoundEx(GetBLat*100000,10)+','+RoundEx(GetRLon*100000,10)+','+RoundEx(GetTLat*100000,10);
  3. end.