<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7652.24">
<TITLE>RE: [erlang-questions] syntax problem</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>hi jb<BR>
<BR>
trying code in a shell reveals a lot, coz:<BR>
<BR>
variables in erlang start with a capital, which leads to a bad match when<BR>
binding values to an atom, so try the following:<BR>
<BR>
CNode=nodes(connected),<BR>
CNode=hd(Nodes),<BR>
{any, [CNode]}!{Msgtype,AcReply}.<BR>
<BR>
cheers,<BR>
<BR>
chris<BR>
<BR>
<BR>
original message:<BR>
<BR>
Von: erlang-questions-bounces@erlang.org im Auftrag von J Bhanot<BR>
Gesendet: Di 22.04.2008 15:13<BR>
An: erlang-questions@erlang.org<BR>
Betreff: [erlang-questions] syntax problem<BR>
<BR>
Hi,<BR>
<BR>
<BR>
In following code:<BR>
<BR>
 cNode=nodes(connected),  %gives node connected to e6 - should get<BR>
c6@localhost here<BR>
  cNode=hd(Nodes),<BR>
 {any, [cNode]}!{Msgtype,AcReply}.   % have tried it with {any,<BR>
cNode}!{Msgtype,AcReply}. but got the error<BR>
<BR>
I am getting -<BR>
{error,{{badmatch,c6@localhost},<BR>
<BR>
but when I am hardcoding it as<BR>
<BR>
  {any,c6@localhost}!{Msgtype,AcReply}.<BR>
<BR>
It is working fine...<BR>
<BR>
What could be the problem in first scenario<BR>
<BR>
Thanking in anticipation<BR>
<BR>
Regards,<BR>
jb<BR>
=====-----=====-----=====<BR>
Notice: The information contained in this e-mail<BR>
message and/or attachments to it may contain<BR>
confidential or privileged information. If you are<BR>
not the intended recipient, any dissemination, use,<BR>
review, distribution, printing or copying of the<BR>
information contained in this e-mail message<BR>
and/or attachments to it are strictly prohibited. If<BR>
you have received this communication in error,<BR>
please notify us by reply e-mail or telephone and<BR>
immediately and permanently delete the message<BR>
and any attachments. Thank you<BR>
<BR>
<BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>