Jump to content

Urgent :Missing separator character


Power
 Share

Recommended Posts

when i create this variable i have error message

$VarSoft = "WinActivate("Setup")"

******************************************************

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\hassoubo\Desktop\New AutoIt v3 Script (5).au3"

C:\Documents and Settings\hassoubo\Desktop\New AutoIt v3 Script (5).au3 (12) : ==> Missing separator character after keyword.:

dim $qw String

dim $qw String^ ERROR

>Exit code: 1 Time: 0.246

Link to comment
Share on other sites

  • Developers

Check out the answer to your other thread also in this forum now .... http://www.autoitscript.com/forum/index.php?showtopic=59428

:)

Edited by Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

when i create this variable i have error message

$VarSoft = "WinActivate("Setup")"

******************************************************

>"C:\Program Files\AutoIt3\SciTE\..\autoit3.exe" /ErrorStdOut "C:\Documents and Settings\hassoubo\Desktop\New AutoIt v3 Script (5).au3"

C:\Documents and Settings\hassoubo\Desktop\New AutoIt v3 Script (5).au3 (12) : ==> Missing separator character after keyword.:

dim $qw String

dim $qw String^ ERROR

>Exit code: 1 Time: 0.246

Dont double post... Find your EXACT original post where the answers are!!!

this makes our time,support and help to you look... worthless

8(

NEWHeader1.png

Link to comment
Share on other sites

Remove the quote mark at the end of that line?

never mind.

Doesnt Work,

when i run my script

i need to copy all my code to notepad

so when i call the send command i have error

Exp:

Run("notepad")

WinWaitActive("Untitled - Notepad")

Send("WinWaitActive("Save As")")

exit

Link to comment
Share on other sites

  • Developers

Doesnt Work,

when i run my script

i need to copy all my code to notepad

so when i call the send command i have error

Exp:

Run("notepad")

WinWaitActive("Untitled - Notepad")

Send("WinWaitActive("Save As")")

exit

Have you read the answer given in your first thread at all ?

Send('WinWaitActive("Save As")')

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

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...