home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 January / PCWELT_1_2006.ISO / pcwsoft / autoit-v3-setup.exe / Examples / _StringRepeat.au3 < prev    next >
Encoding:
Text File  |  2005-01-03  |  68 b   |  5 lines

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