Opened 15 years ago
Closed 15 years ago
#1880 closed Bug (No Bug)
Two unexplainable "error in expression"
| Reported by: | Owned by: | ||
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.6.1 | Severity: | None |
| Keywords: | Cc: |
Description
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?
Attachments (1)
Change History (2)
by , 15 years ago
comment:1 by , 15 years ago
| Resolution: | → No Bug |
|---|---|
| Status: | new → closed |

Use forum for support questions...
NO BUG