| Message written at 2 Jan 1999 21:31:45 +0000
--- Copy of mail to jjhall@erols.com ---
In-reply-to: <367E8096.4B4@erols.com> (message from Jeffrey John Hall on Mon,
21 Dec 1998 09:08:38 -0800)
References: <367E8096.4B4@erols.com>
Can you give more details of
All goes rather well except I have found that the
logical operators: '||' for logical 'or'
and
'&&' for logical 'and'
are rejected as illegal by the compiler.
They seems to work for me just now when I tried them. Could you say
1) What Platform
2) What version
3) Give score/orc where it fails
I have similar feeelings about your comments
On another topic, I noticed that the "soundin"
MACRO only is able to fetch a file typed "AIFF".
When I ask for it as a "WAV" file, it can't find it, so
something I'm doing is wrong.
as soundin in not a macro but an opcode, and the way the code is
written the decision about formats happens way below the opcode.
|