Forum Discussion

joffre's avatar
joffre
Regular Contributor
13 years ago

Running script on Operating System x64 and x86

Hi all. I'm trying to run the same script on Operatin System x64 and on x86. To do so, I created the following script conditional.   If (Sys.OSInfo.Windows64bit = True) Then  ...