Jump to content

What's wrong?


alex120
 Share

Recommended Posts

Hello.

#Region --- CodeWizard generated code Start ---

;MsgBox features: Title=Yes, Text=Yes, Buttons=Yes and No, Icon=Warning, Timeout=30 ss

iMsgBoxAnswer = MsgBox (52,"Error","Se va a hacer una copia incremental" & @CRLF & "pero no hay ninguna completa" & @CRLF & "¿Desea hacer una copia completa?",30)

Select

Case $iMsgBoxAnswer = 6 ;Yes

Case $iMsgBoxAnswer = 7 ;No

Case $iMsgBoxAnswer = -1 ;Timeout

EndSelect

#EndRegion --- CodeWizard generated code End ---

It leaves east error to me:

D:\Copia.au3(62,18) : ERROR: syntax error

iMsgBoxAnswer =

Link to comment
Share on other sites

Hello.

#Region --- CodeWizard generated code Start ---

;MsgBox features: Title=Yes, Text=Yes, Buttons=Yes and No, Icon=Warning, Timeout=30 ss

iMsgBoxAnswer = MsgBox (52,"Error","Se va a hacer una copia incremental" & @CRLF & "pero no hay ninguna completa" & @CRLF & "¿Desea hacer una copia completa?",30)

Select

Case $iMsgBoxAnswer = 6 ;Yes

Case $iMsgBoxAnswer = 7 ;No

Case $iMsgBoxAnswer = -1 ;Timeout

EndSelect

#EndRegion --- CodeWizard generated code End ---

It leaves east error to me:

D:\Copia.au3(62,18) : ERROR: syntax error

iMsgBoxAnswer =

Change:

iMsgBoxAnswer
oÝ÷ Ù:ºÚ"µÍÌÍÚSÙÐÞ[ÝÙ

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...