Computer Tips - How can I tell if an MNG animation is supposed to loop?

Date: 2007oct21 OS: Linux Q. How can I tell if an MNG animation is supposed to loop? A. The word "LOOP" will actually be in the binary file. So on a Linux/Unix box you can do:
strings MYFILE.mng | grep LOOP
If you get something, at least some part of the animation is supposed to loop.