Page 1 of 1

SOLVED: IsWindows,IsMac,IsLinux

PostPosted: Sun Jun 19, 2011 6:30 pm
by Slowdown
IsWindows... is not part of a function, but part of the object OS.

Code: Select all
If OS.IsWindows Then
...
End If

Re: IsWindows,IsMac,IsLinux

PostPosted: Sun Jun 19, 2011 8:44 pm
by Henning
Hi,

Maybe use it as:
If IsMac Then
If IsWindows Then

/Henning

Re: IsWindows,IsMac,IsLinux

PostPosted: Mon Jun 20, 2011 3:04 pm
by Slowdown
Hi,

Sorry wasn't clear about that,
used 'If IsWindows Then'