= GetLoaderVerStr = Gets the Loader (OPI card boot loader) version {{{ string GetLoaderVerStr(); }}} == Parameters == Function does not accept any parameters. == Return Value == Returns string representation of the loader version such as "1.08o". == Remarks == == Examples == {{{ string str = GetLoaderVerStr(); DisplayText(0, 0, str); }}} == See Also == * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetLoaderVer GetLoaderVer] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetKernelVerStr GetKernelVerStr] * [http://tech.825spectrum.com/trac/wiki/Docs/Prog/Manual/ApplicationLibraries/lib825ev/Utility/GetMnBdVerStr GetMnBdVerStr]