trung0407 Posted May 16, 2008 Posted May 16, 2008 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.
ProgAndy Posted May 16, 2008 Posted May 16, 2008 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
ZoSTeR Posted May 16, 2008 Posted May 16, 2008 (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 May 16, 2008 by ZoSTeR
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