home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a075 / 1.img / TOOLKIT1.EXE / SST309.PRG < prev    next >
Encoding:
Text File  |  1989-08-08  |  199 b   |  12 lines

  1. *******************
  2.  
  3. FUNCTION Wholenum
  4.  
  5.    PARAMETERS _tnum
  6.  
  7.    _tnum = INT(IF((TYPE("_tnum") != "N"), 0, _tnum))
  8.  
  9.    RETURN(VAL(TRANSFORM(_tnum, "99999999999999999999")))
  10.  
  11. * End of File
  12.