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 / _StringRepeat.au3 < prev    next >
Text File  |  2005-01-03  |  68b  |  5 lines

  1. #include <String.au3>
  2.  
  3. Msgbox(0,'',_StringRepeat("+-",40))
  4. Exit
  5.