<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6603.0">
<TITLE>Apple events and 2.7</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi all,<BR>
<BR>
Apple events do not seem to work well with version 2.7. I have created a test stack, with just a field called "myfld". The stack script looks like:<BR>
<BR>
on appleEvent eClass, eID<BR>
put eClass & cr into fld "myFld"<BR>
put eID & cr into fld "myFld"<BR>
end appleEvent<BR>
<BR>
If compiled with version 2.6, eClass and eID give correct results (e.g. "oapp" if the application is opened). If compiled with version 2.7 (2.7.3) you get wrong characters (for example something like "</FONT></P>
</BODY>
</HTML>