Jump to content

Recommended Posts

Posted

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

Posted (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 advice

It is less practical. If you want to use copy function will overwrite whatever is in the clipboard.

Edited by Andreik
Posted

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

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

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.

Posted

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.

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