mary Posted September 14, 2008 Posted September 14, 2008 I know that many way to share variable between scripts (registry, ini files..etc) but what about faster way ?is it better with ClipPut and ClipGet ?thanks for any advice
Andreik Posted September 14, 2008 Posted September 14, 2008 (edited) I know that many way to share variable between scripts (registry, ini files..etc) but what about faster way ?is it better with ClipPut and ClipGet ?thanks for any adviceIt is less practical. If you want to use copy function will overwrite whatever is in the clipboard. Edited September 14, 2008 by Andreik
martin Posted September 14, 2008 Posted September 14, 2008 I know that many way to share variable between scripts (registry, ini files..etc) but what about faster way ?is it better with ClipPut and ClipGet ?thanks for any adviceMessages are fast, but we've been there before.How's your baby? Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
mary Posted September 14, 2008 Author Posted September 14, 2008 Messages are fast, but we've been there before.How's your baby?Fine thanks ! ( good memory )Windows Messages ? that mean a Loop, waiting and looking if there is msg....What i need is just a readable writable memory space wich is accessible for 2 or more external scripts. just like registry but without using disk access.
martin Posted September 15, 2008 Posted September 15, 2008 Fine thanks ! ( good memory )Windows Messages ? that mean a Loop, waiting and looking if there is msg....What i need is just a readable writable memory space wich is accessible for 2 or more external scripts. just like registry but without using disk access.ChrisL's udf might help, though it doesn't do quite what you describe. Serial port communications UDF Includes functions for binary transmission and reception.printing UDF Useful for graphs, forms, labels, reports etc.Add User Call Tips to SciTE for functions in UDFs not included with AutoIt and for your own scripts.Functions with parameters in OnEvent mode and for Hot Keys One function replaces GuiSetOnEvent, GuiCtrlSetOnEvent and HotKeySet.UDF IsConnected2 for notification of status of connected state of many urls or IPs, without slowing the script.
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