bshipps64
Feb 19, 2006
- "Minor code & description tweaks"
BuildOSVersionString$
Simple example of compiling a descriptive string of the OS version.
Here are a couple functions for putting together an OS version string. I originally started with the GetOSVersionInfo function, then wrote BuildOSVersionString$ to convert the numbers returned by the former into a string like "Windows XP 5.1.2600 Service Pack 2". There's probably an API call to do this exact same thing, but the orignal focus was actually the GetOSVersionInfo() function.
BuildOSVersionString$
Simple example of compiling a descriptive string of the OS version.