home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / triky / triky.exe / autoit-v3-setup.exe / Examples / Abs.au3 < prev    next >
Text File  |  2004-09-22  |  38b  |  2 lines

  1. $var = Abs(-123.45) ;value is 123.45
  2.