Versions Compared
Version | Old Version 10 | New Version 11 |
---|---|---|
Changes made by | Former user |
Former user |
Saved on |
Key
- This line was added.
- This line was removed.
- Formatting was changed.
[Left Value] [+] [Right Value] = [Result Value]
Info |
---|
This function is one of Plugins Operation.You can find the movie in ARGOS RPA+ video tutorial. |
Arithmetic Op | |
---|---|
Performs various mathematical operations from simple addition/subtraction to complex date/time calculations |
Contents
Tip 2. When calculating dates/times, here are the tips!
Status | |
---|---|
|
|
|
|
Code Block | ||||
---|---|---|---|---|
| ||||
[Left Value] [+] [Right Value] = [Result Value] |
Parameters
Operators
Image RemovedImage Added
Need help?
Technical contact to tech@argos-labs.com
May you search all operations,
Note |
---|
If you want to know how to do calculations between dates and times, go straight to the bottom of this page! |
Anchor | ||||
---|---|---|---|---|
|
Tip 1. When using User Variables, you can store the Result Value in one of the Left or Right values. (you can use it as a counter!)
Status | ||||||
---|---|---|---|---|---|---|
|
Code Block | ||||
---|---|---|---|---|
| ||||
Left Value {{user.variable1}} Operator + Result Value Operator + Right Value 1 Result Value {{user.variable1}} |
Anchor | ||||
---|---|---|---|---|
|
Tip 2. When calculating dates/times, here are the tips!
icon | false |
---|---|
title | Example |
Tip 2-1. Left Value can take all the following formats.
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
YYYYMMDD YYYY-MM-DD YYYY/MM/DD MMDDYYYY MM-DD-YYYY MM/DD/YYYY B D YYYY B D, YYYY D B YYYY YYYYMMDD-HHMMSS.mmm YYYY-MM-DD HH:MM:SS.mmm YYYY/MM/DD HH:MM:SS.mmm MMDDYYYY-HHMMSS.mmm MM-DD-YYYY HH:MM:SS.mmm MM/DD/YYYY HH:MM:SS.mmm YYYYMMDD-HHMMSS YYYY-MM-DD HH:MM:SS YYYY/MM/DD HH:MM:SS MMDDYYYY-HHMMSS MM-DD-YYYY HH:MM:SS MM/DD/YYYY HH:MM:SSTip |
Tip 2-2. You can use only [+] or [-] operator.
TipTip 2-3. Right Value can take only the following “time-delta” notations. There is NO SPACE after [n].
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
[n]day [n]hour [n]min [n]sec [n]msec [n]usec [n]week [n]month [n]year |
Note: [n] is an Integer.
Tip 2-4. You can use date or datetime for the Right Value only when operator is [-].
In this case, if Left Value is date, then the Right Value must be date. If the Left Value is datetime, then the Right Value must be datetime.
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|