Returns the current platform (Win32, Win64, Linux, Linux64) as a String.
// get accessor String rtn = XSIApplication.Platform; |
' ' VBScript example : Shows the current current platform ' LogMessage Application.Platform ' LogMessage will display the following string on a Windows XP workstation: ' INFO: Win32 |