dim systemVersion as Integer
dim isTiger as Boolean = System.Gestalt("sysv", systemVersion) and
systemVersion >=&h1040
dim isPanther as Boolean = System.Gestalt("sysv", systemVersion) and
systemVersion >=&h1030
Charles Yeomans
On Apr 27, 2007, at 7:25 PM, Thomas Cunningham wrote:
> Hi,
>
> What would be my choices to identify if a user is running under
> 10.4 or 10.3
> on a Mac?
>
> e.g.
> If System.Using10_4 Then
> // Do This
> ElseIf System.Using10_3 Then
> //Do That
> End
>
> Thank you, Thomas C.
>
>
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>