Jump to content

Recommended Posts

Posted

Is it possible to export a value of a variable of a Script1 to Script2? Or generally, export from a compiled from program to another program?

I dont want to use #include because this is not a constant and it change from time to time.

Posted

Save the Value in an Ini, the Registry or use a file :)

*GERMAN* [note: you are not allowed to remove author / modified info from my UDFs]My UDFs:[_SetImageBinaryToCtrl] [_TaskDialog] [AutoItObject] [Animated GIF (GDI+)] [ClipPut for Image] [FreeImage] [GDI32 UDFs] [GDIPlus Progressbar] [Hotkey-Selector] [Multiline Inputbox] [MySQL without ODBC] [RichEdit UDFs] [SpeechAPI Example] [WinHTTP]UDFs included in AutoIt: FTP_Ex (as FTPEx), _WinAPI_SetLayeredWindowAttributes

Posted (edited)

In case you run one script from the other you could also use EnvSet / EnvGet, STDIO functions, command line parameters or even TCP/IP communication.

Edited by ZoSTeR

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