Modify

Opened 13 years ago

Closed 13 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 13 years ago.

Download all attachments as: .zip

Change History (2)

Changed 13 years ago by anonymous

comment:1 Changed 13 years ago by Jos

  • Resolution set to No Bug
  • Status changed from new to closed

Use forum for support questions...

NO BUG

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.

Add Comment

Modify Ticket

Action
as closed The ticket will remain with no owner.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.