pēc 10 gadiem no šī brīža pēc 10 gadiem no šī brīža |
123456 |
- var
- tile: string;
- begin
- tile := RegExprReplaceMatchSubStr(GetURLBase, 'tile.maps', 'tile'+inttostr( Random(4) )+'.maps' );
- ResultURL:=tile+'/'+inttostr(getz-1)+'/'+inttostr(GetX)+'/'+inttostr(GetY)+'.png';
- end.
|