lipe
11-11-2004, 03:15 AM
Hello again.
If I do like this:
x="$once{ menu.width } + 20"
I get this:
test_tree.lzx:58:3: The value of the 'x' attribute uses a deprecated syntax. Use x="${$once{ menu.width } + 20}" instead.
But if I do like the compiler suggests:
x="${ $once{ menu.width } + 20 }"
I get this:
test_tree.lzx:58:17: Syntax error: the token "}" was not expected at this position.
I´m using the last stable version. Am I missing something?
If I do like this:
x="$once{ menu.width } + 20"
I get this:
test_tree.lzx:58:3: The value of the 'x' attribute uses a deprecated syntax. Use x="${$once{ menu.width } + 20}" instead.
But if I do like the compiler suggests:
x="${ $once{ menu.width } + 20 }"
I get this:
test_tree.lzx:58:17: Syntax error: the token "}" was not expected at this position.
I´m using the last stable version. Am I missing something?