home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / amazingrace.swf / scripts / __Packages / Pirrest / Common / PiVal.as < prev   
Encoding:
Text File  |  2006-06-13  |  218 b   |  15 lines

  1. class Pirrest.Common.PiVal
  2. {
  3.    function PiVal()
  4.    {
  5.    }
  6.    static function isEmpty($obj)
  7.    {
  8.       if($obj == "" || $obj == undefined)
  9.       {
  10.          return true;
  11.       }
  12.       return false;
  13.    }
  14. }
  15.