how to detect 64bit platform by script

Viewed 26766

is there code to detect 64 platform e.g.

if X86 then ...
if X64 then ...
2 Answers
Related