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?

