This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
token_reference_for_file_exports [2023/01/16 22:32] tickstory [Bar] |
token_reference_for_file_exports [2023/05/08 04:22] (current) tickstory |
||
|---|---|---|---|
| Line 42: | Line 42: | ||
| This will add an amount of 0.0001 to the original output value. Similarly, most mathematical calculations can be applied including subtraction (-), division (/) and multiplication (*). | This will add an amount of 0.0001 to the original output value. Similarly, most mathematical calculations can be applied including subtraction (-), division (/) and multiplication (*). | ||
| + | |||
| + | It is also possible to round numbers to the nearest digit using the "F" specifier like so: | ||
| + | |||
| + | <code>{Close:F0}</code> | ||
| + | |||
| + | The "0" indicates the number of digits to round to. "0" being whole numbers, "1" being 1 decimal place and so forth. | ||
| ===== Date/Time ===== | ===== Date/Time ===== | ||