home *** CD-ROM | disk | FTP | other *** search
/ FCE Gold Plus / GOLD.iso / pc / fscommand / Xtras / FileXtra4_test.dir / 00020_Script_GetTrueFalseString(theVal) < prev    next >
Text File  |  2002-12-20  |  114b  |  8 lines

  1. on GetTrueFalseString theVal
  2.   if theVal = 0 then
  3.     return "False"
  4.   else
  5.     return "True"
  6.   end if
  7. end
  8.