I desperatly need a macro to do the following:
I simply want to calculate numbers from clipboard 1 + clipboard 2 to clipboard 3.
The numbers can be positive and negative like:
’+3,4’ or '-10,6’
All I need is to add these clipboard numbers together, and put the outcome into clipboard 3… but I have no luck.
Example:
Clipboard 1 :-5,5 (As these numbers are fader values they always have a + or - upfront already)
Clipboard 2 :+3,5
Calculate Clipboard 1 + Clipboard 2
Paste to Clipboard 3
This must be easy to do but I not for me…
Any help appreciated
Here's a macro that will do what you asked.
But I have to say that using KM Named Clipboards is probably not the way to handle your workflow.
I would set a KM Variable to each number (maybe after a COPY Action), and then use another KM Variable to calculate the total.
Finally, just paste the KM Total variable to wherever you'd like.
###MACRO: Add Numbers on Named Clipboards @Example
Thanx a million!!
what a cool software… I am a real noob but its very intuitive in a way:)
The + and , thing was what made my attempts NOT work…
I learned again so much just by this one macro you sent …thanx again…you made my day