In Automatic Mouse and Keyboard you can load and save JSON data easily. Here is a sample to show you how to load and save JSON data.
You can download the sample from JSON.zip.
In Automatic Mouse and Keyboard you can load and save JSON data easily. Here is a sample to show you how to load and save JSON data.
You can download the sample from JSON.zip.
In Automatic Mouse and Keyboard, you can use the function InputBox to enter a single value. But if you want to enter multiple values, you can call the function InputPara. Each value can have a name, you can get each value with its name.
You can download the sample from InputPara.amk.
If you have read the help document of Automatic Mouse and Keyboard, and want to learn more about it, then you can download and see these samples: amk_samples.zip
Sample 1: clipboard.amk
Show you how to get the clipboard text.
Sample 2: excel.amk
Show you how to operate an Excel file.
Sample 3: find_file.amk
Show you how to find files in a directory.
Sample 4: named_data.amk
Show you a very useful data structure NamedData.
Sample 5: sort_array.amk
Show you how to sort an array.
Sample 6: sqlite.amk
If you use the database SQLite, then you can see this sample.