google-code-export / rainmeter

Automatically exported from code.google.com/p/rainmeter
1 stars 0 forks source link

Variables cannot be defined by other variables. #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For example:

[Variables]
Var1=x
Var2=#Var1#
Var3=(#Var2#/2)

This does not work in 1.0 or r192, but it DID work in r181. So apparently
something was changed, then changed back.

Original issue reported on code.google.com by Kae...@gmail.com on 27 Aug 2009 at 12:30

GoogleCodeExporter commented 9 years ago
Yep, those got broken in the latest beta. They should work again in r194.

Original comment by kimmo.pekkola on 27 Aug 2009 at 4:09