Aha. Thanks. Richmond.

On 1/27/17 11:40 am, Tore Nilsen via use-livecode wrote:
The point of any pass-handler is to pass the message to the next level in the 
message hierarchy. If you pass a message and the engine has a generic routine 
to handle this message, you may end up with unexpected behavior in your 
application. There is no need to pass any message unless you specifically want 
the engine or a script at an other level to handle the message.

Tore


27. jan. 2017 kl. 09.36 skrev Richmond Mathewson via use-livecode 
<use-livecode@lists.runrev.com>:

I wonder why a couple of people told me to remove 'pass copyKey' from:

on copyKey
  answer "Export disabled in Demo"
  pass copyKey
end copyKey

I did remove it and this seemed to make no difference at all . . .

So, the big question has to be; "What is the point of 'pass copyKey'?"

Richmond


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to