Jump to content

Recommended Posts

Posted
Quote

 

Line 1:

While 1 
ConsoleWrite('3155|')
WEnd
While 1 ^ ERROR

Error: Unable to parse line.

 

 

Got the error above when the following line is executed, thanks

Run(@AutoItExe & ' /AutoIt3ExecuteLine "While 1 '&@LF&'ConsoleWrite('''&@MIN&@SEC&'|'')'&@LF&'WEnd"')

 

Posted

I do not believe there is any way to do that as a single line for AutoIt3ExecuteLine, which executes a single line of code. You can save your code to a temporary file and run the file or wrap your AutoIt3ExecuteLine in a while loop within your script.

Problem solving step 1: Write a simple, self-contained, running, replicator of your problem.

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
  • Recently Browsing   0 members

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