Jump to content

Recommended Posts

Posted

Hi to all.

My question is if is it possible read with Autoit a output value of python script and load it for example in a array.

My first idea is execute a python script and load the result in a file and then read whith Autoit whith FileReadToArray.

I don't know if this way is the best.
 
Thank's to all

 

Posted

You could use Run to start the python script and grab any output written to the console using StdOutRead.

My UDFs and Tutorials:

  Reveal hidden contents

 

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
×
×
  • Create New...