http://www.purebasic.com/documentation/ ... rsion.html
OSVersion() return values gone from help file
OSVersion() return values gone from help file
How come? I had to go here to find out what they were:
http://www.purebasic.com/documentation/ ... rsion.html

http://www.purebasic.com/documentation/ ... rsion.html
you can get it easily with an Or like thisPB wrote:Also, do you think you could add a new one that combines these into one:
#PB_OS_Windows_NT3_51
#PB_OS_Windows_NT_4
Thus, #PB_OS_Windows_NT or similar? It would save checking both values
to test for Windows NT, and you can leave both for times when you want
to check for NT4 alone, etc.
Code: Select all
Select OSVersion()
Case #PB_OS_Windows_NT3_51 Or #PB_OS_Windows_NT_4
EndSelect(i understand you since i am a lyzy guy too
Christos
I don't think NT 3.51 is real.. I've never seen anyone use it! 
Just kidding. There probably are some people still using it for some reason or another...
Just kidding. There probably are some people still using it for some reason or another...
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net


