!define 0 "bla0"
!define 1 "bla1"
... until 9
after math operations, the awnser is save
in the "$R0" variable...
I wanna display a messagebox with the awnser the
text predefined above..
if the awnser is "0" displays "bla", like this:
But it doesn't work... any ideas? 📻 🙂
MessageBox MB_OK "${$R0}"
;where $R0 is the awnser but I'll display the text predefined