sl23 wrote: ↑October 29th, 2019, 2:57 pm
Ok, so it's used differently in programming? Or just Rainmeter? Which only works traditionally if used in a calc?
Just to make things more confusing
Yes, you are making things more confusing than they have to be. That section variable parameter is not a mathematical formula. It is a special function for section variables that we specifically implemented. The name of the parameter is just a "name", as short as we could make it while being reasonably clear what it is about.
It simply finds the current "real" X position of the meter, and adds that to the current "real" W size of the meter. That's the long and the short of it.
I really don't think we need to drag algebraic formulas into this. There is no "a" and "b" and "c" to put on opposite sides of an equal sign. Why are we even going down this road? It's a waste of time. Multiplication in a formula in Rainmeter is done with the * sign.
sl23 wrote: ↑October 29th, 2019, 2:57 pm
Ok, so it's used differently in programming? Or just Rainmeter? Which only works traditionally if used in a calc?
Just to make things more confusing
The XW and YH are just acronyms to suggest the adding of X & W and Y & H together. They don't represent multiplication, since they're just names for an "attribute" of a meter.
sl23 wrote: ↑October 29th, 2019, 3:19 pmWhich by your definition is an algebraic formula.
The operation behind the scenes is indeed algebraic, but the string used to represent the operation is not. I could have been very well Y&H, but the & character can have other meanings in Rainmeter (plus, someone else could also be "confused" regarding the Y&H boolean meaning - which is entirely different from its algebraic meaning).
I see your point though - you probably wanted to emphasize a fun fact about the whole thing...