選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

4 行
167 B

  1. begin
  2. if getz >=13 then GetURLBase:='http://s3.amazonaws.com/arbalet/z';
  3. ResultURL:=GetURLBase+inttostr(GetZ-1)+'/'+inttostr(GetY)+'_'+inttostr(GetX)+'.png';
  4. end.