gettingstarted
[Top] [All Lists]

Re: PC code and Mac code different?

To: Getting Started <gettingstarted at lists dot realsoftware dot com>
Subject: Re: PC code and Mac code different?
From: Terry Ford <tmford at shaw dot ca>
Date: Sun, 27 Feb 2005 12:58:57 -0800
Delivered-to: gettingstarted at lists dot realsoftware dot com
References: <BAY2-F29DF275F45DDF45A8BF950DA670 at phx dot gbl> <bdc76e4f554369402a3cda201685a85d at shaw dot ca>

On 27-Feb-05, at 12:52 PM, Terry Ford wrote:

   If me.SelStart=1 and val(aKey+Key) >59 Then
      Beep
      Return True    End If
End Function

Error in message. Should be:

   If me.SelStart=1 and val(aKey+Key) >59 Then
      Beep
      Return True
    End If
End Function

Don't know how that happened.

Terry

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>