Returns the revision of the MFP library. The revision is returned as a string with a functional version number, a major version number and a minor version number, separated by a dot (.) character.
MFP.Revision()
INCLUDE "mfp.s4h"; ... PRINT FORMAT("MFP revision is %s\n", MFP.Revision()); ... |
Returns the result:
MFP revision is 1.0.0 |