Windows version check
Posted: Tue Jan 24, 2017 3:15 pm
Hi guys
I have an application that needs to perform something different if a user is on windows 10.
I have added the following code:
I have recently upgraded to windows 10 but according to livecode, it's recognising my version as NT 6.2. 6.2 is actually windows 8 which is what I previously had before upgrading to windows 10.
Is there another way I can script this so livecode recognises the version a user is on accurately?
I have an application that needs to perform something different if a user is on windows 10.
I have added the following code:
Code: Select all
put the systemVersion into temp
answer temp...etc
Is there another way I can script this so livecode recognises the version a user is on accurately?