Jacques Hausser wrote:
Dictionary examples:

Syntax:
after messageName [parametersList] statementList end messageName

Examples:
after mouseUp
  answer "after mouse up received"
end resizeStack

---

before

Syntax:
before messageName [parametersList] statementList end messageName

Examples:
before mouseUp
  answer "before mouse up received"
end resizeStack

Obviously a rushed copy-n-paste during a hectic release cycle.

What's the number for the bug report you submitted on this?

I've found in recent years that Dictionary errors have generally been fixed almost instantly once notice is submitted, almost always prior to the next release.

--
 Richard Gaskin
 Fourth World Systems
 Software Design and Development for the Desktop, Mobile, and the Web
 ____________________________________________________________________
 ambassa...@fourthworld.com                http://www.FourthWorld.com

_______________________________________________
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