Page 1 of 1

Check version or build

Posted: Tue Sep 01, 2015 11:37 pm
by ernpchan
Is there a way to check version or build number? I've done a search for build and version on the doc site and only found a way to check between Pro and Debut.

Re: Check version or build

Posted: Tue Sep 01, 2015 11:49 pm
by Stan
There is a method AppVersion for the "moho" object. It is available since 9.5, and it returns a string, so if you want to check for some compatibility you may need to convert it to a number.

And if you didn't mean to programmatically check the app version with Lua, then just use the "Help > About..." menu. :)

Re: Check version or build

Posted: Tue Sep 01, 2015 11:53 pm
by sbtamu
Right click on any saved anme file and open with notpad and read the 1st few lines of code. It will tell you what version it is.

Re: Check version or build

Posted: Wed Sep 02, 2015 12:15 am
by ernpchan
Thanks Stan! That's perfect.