346
The Axe Parser Project / Re: Features Wishlist
« on: March 22, 2010, 12:22:12 pm »
Yeah, sure.
But is it true that there is no way to get vars from the calc like the Pic1-Pic0 vars and the real variables?
If (that's true), I would like to have the function GetCalc([var name]) manage that.
Else I would like to have an example for how to do it.
I also would like the ability to use ElseIf:
If EXP1
[code1]
ElseIf EXP2
[code2]
Else
[codeX]
End
But is it true that there is no way to get vars from the calc like the Pic1-Pic0 vars and the real variables?
If (that's true), I would like to have the function GetCalc([var name]) manage that.
Else I would like to have an example for how to do it.
I also would like the ability to use ElseIf:
If EXP1
[code1]
ElseIf EXP2
[code2]
Else
[codeX]
End