= GetKernelVerStr = Gets the OS (kernel) version {{{ string GetKernelVerStr(); }}} == Parameters == Function does not accept any parameters. == Return Value == Returns string representation of the full OS version such as 2.6.17.7-2010.08.04 == Remarks == == Examples == {{{ string str = GetKernelVerStr(); DisplayText(0, 0, str); }}} == See Also ==