Power Posted December 13, 2007 Share Posted December 13, 2007 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 More sharing options...
Valuater Posted December 13, 2007 Share Posted December 13, 2007 (edited) Use This $VarSoft = 'WinActivate("Setup")' IF you want to take the time to understand your quotes you will see "your error" Ask for help in the help/support section, only then if there is a problem you can post here. 8) Edited December 13, 2007 by Valuater Link to comment Share on other sites More sharing options...
piccaso Posted December 13, 2007 Share Posted December 13, 2007 Welcome to the forums But this part of the forum if for reporting AutoIt Bug's, so next time please post into 'General Help and Support'. Depending on what you want to assign to this variable it might be one of these: $VarSoft = "WinActivate(""Setup"")" $VarSoft = WinActivate("Setup") CoProc Multi Process Helper libraryTrashBin.nfshost.com store your AutoIt related files here!AutoIt User Map Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now