Modify

Opened 15 years ago

Closed 15 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)

nowin.au3 (1.7 KB ) - added by anonymous 15 years ago.

Download all attachments as: .zip

Change History (2)

by anonymous, 15 years ago

Attachment: nowin.au3 added

comment:1 by Jos, 15 years ago

Resolution: No Bug
Status: newclosed

Use forum for support questions...

NO BUG

Modify Ticket

Action
as closed The ticket will remain with no owner.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.