home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / henkyaku1.0.exe / henkyaku / Program / Usr / periodscore.tonyu < prev    next >
Text File  |  2010-07-17  |  242b  |  11 lines

  1. extends TextChar;
  2.  
  3. while(1){
  4. if($periodall!=0){$percent=$periodscore;
  5.     $percent=$percent/$periodall;
  6.     $percent=$percent*100;
  7.   $percent= trunc($percent+0.5);}
  8.  
  9.   text=$periodscore+"/"+$periodall+" "+$percent+"%";
  10.   update();
  11. }