The Solve Equations feature of RobotSoft Calculator now supports Greater Equal and Less Equal command. Different conditions may get different results.
Assume x >= 0:
Assume x <= 0:
The Solve Equations feature of RobotSoft Calculator now supports Greater Equal and Less Equal command. Different conditions may get different results.
Assume x >= 0:
Assume x <= 0:
If you have downloaded and registered RobotSoft Calculator, then you can invoke it in Automatic Mouse and Keyboard.
You can download RobotSoft Calculator from https://www.robot-soft.com/Calculator.exe
And download the sample from RobotSoft.Calculator.amk.
RobotSoft Calculator is an advanced calculator which can solve nonlinear equations easily.
You can learn more features about RobotSoft Calculator from https://www.robot-soft.com/help-calculator.html
In Automatic Mouse and Keyboard, you can call the function RandomString to generate a random string. You can also call the function RandomNumber to select a random string from a string list.
You can download the sample from rand_str.amk.
Automatic Mouse and Keyboard now has a very useful function StringFormat. It can return a formatted string. You can get a specified format string with StringFormat easily.
You can download a sample from str_fmt.amk.
With the Scripting.FileSystemObject object, you can get a drive serial number. It is useful when you want your script can only run in a specified computer.
And you can get the sample from GetDriveSerialNumber.amk.
In Automatic Mouse and Keyboard, a script can play another script. Play another script just like invoke a function, you can pass arguments and receive script return value.
You can learn how to pass and receive arguments from PlayScriptSample1.zip.
And you can learn how to modify values in another script from PlayScriptSample2.zip.
In Automatic Mouse and Keyboard, it is very easy to use SQLite database. The following sample shows you how to create a table, and how to insert and get a record.
And you can download the sample from sqlite.amk
In Automatic Mouse and Keyboard, you can create a Scripting.FileSystemObject object, then use the object to get the size of a file.
You can download the sample from GetFileSize.amk
It is very easy to match a regular expression in Automatic Mouse and Keyboard. You just need to call the function RegExpMatch.
Click the “Pattern“, then you will see the “Regular Expression” dialog.
Select the “Expression type” as “<Common regular expressions>“.
Then you can find some common regular expressions.
You can learn how to create regular expressions from the common regular expressions.
And you can download a sample from RegExp.amk