Jump to content

Recommended Posts

Posted

Hi,

I'm currently using AutoIt with C# and I'm trying to get AutoIt to return a string (variable) on exit but I couldn't find anything online. Is this possible?

Thanks,

Bchan

Posted (edited)

;ClipPut --------------------------------------------------------------------------------

;Writes text to the clipboard.

ClipPut( "value" )

;Parameters - "value" The text to write to the clipboard.
This solves?

Edited by jscript

http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!)

Somewhere Out ThereJames Ingram

somewh10.png

dropbo10.pngDownload Dropbox - Simplify your life!
Your virtual HD wherever you go, anywhere!

Posted

As far as I know exitcodes always have to be an integer. In theory you'd be able to encode any message to an integer, but I fear there is a size limitation to it.

Posted

Hi everyone,

thanks for the suggestions!!

@jscript - I don't think copying to the clipboard would help because it would confuse things in my current code since I'm running a lot of this in parallel.

@Richard - I'll try out writing to console although I'm not quite sure how to approach this yet. :blink:

Posted

Hi everyone!

I think I'm going to stick with an alternative solution - using AutoItX3!

thanks,

(I'm not sure how to close topics)

B

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