Opened 14 years ago
Closed 14 years ago
#1880 closed Bug (No Bug)
Two unexplainable "error in expression"
Reported by: | ggreiter@… | 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)
Changed 14 years ago by anonymous
comment:1 Changed 14 years ago by Jos
- Resolution set to No Bug
- Status changed from new to closed
Guidelines for posting comments:
- You cannot re-open a ticket but you may still leave a comment if you have additional information to add.
- In-depth discussions should take place on the forum.
For more information see the full version of the ticket guidelines here.
Use forum for support questions...
NO BUG