﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1880	"Two unexplainable ""error in expression"""	ggreiter@…		"

  Opt(""WinTextMatchMode""  , 1)     ;1=complete, 2=quick
  Opt(""WinTitleMatchMode"" , 2)     ;1=start, 2=subStr, 3=exact, 4=advanced, -1 to -4=Nocase

; ----------------------------------------------------------------------------------------


  func substr( $x, $str )
; ----------------------------------------------------------------------------------------

  return stringInStr( $str, $x, 0, 1 )

  endfunc


  func IsVisible( $handle )
; ----------------------------------------------------------------------------------------

  return BitAnd( WinGetState( $handle ), 2 ) 
    
  endfunc

  

; ========================================================================================
;                                       Main:
;
; Syntax:  nowin  str1:str2:str......
;
; Effect:  KILL ALL windows containing such a strj in its title.
;
; ----------------------------------------------------------------------------------------

  msgBox( 1, 0, ""pars= "" & $cmdLine(1) )              ;;; AutoIt3 runs on ""error in expression"", why?

  $par = stringSplit( $cmdLine(1), "":"", 1 )           ;;; AutoIt3 runs on ""error in expression"", why?
"	Bug	closed		AutoIt	3.3.6.1	None	No Bug		
