Decimals in the Named Variable Object
Hey everyone,
I was wondering if the Named Variable object is capable of storing numbers with decimals in MMF2 Dev. I've tried some basic demos and it doesn't seem to work.
eg. Set Value "cat" to 5.21
Set counter to Value from "Cat"
The counter will then display 5.
Is there an update for this extension? I'm using MMF2 Dev Build 245 (I know it's not the latest.) Thank you.
Re: Decimals in the Named Variable Object
i would suggest working around it...
set cat to 521
then make the counter cat*0.01
good luck:cool:
Re: Decimals in the Named Variable Object
Yeah I was just wondering if it was just my computer or something. It's a bummer, thanks for the fix idea.