Updated by Benjamin Papillon about 11 years ago
Variables don't work as values for group settings. If I have: foo = a bar = b red = $foo-$bar and I reference $red, it is interpreted as $foo-$bar literal.
Back