<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.6.2">
</HEAD>
<BODY>
On Tue, 2005-10-25 at 00:52 -0400, Leif Madsen wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#000000">Now, as someone has also pointed out, using quotes around the string</FONT></TT><BR>
    <TT><FONT COLOR="#000000">is probably better form as it should handle spaces and such.</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
<BR>
In expressions only. Set() command is broken in this area (1.2beta and CVS HEAD). To clear, for example, calleridname one must write<BR>
<BR>
Set(CALLERID(name)=)<BR>
<BR>
The command<BR>
<BR>
Set(CALLERID(name)=&quot;&quot;)<BR>
<BR>
will set the name part of callerid to guess what?-) Yes, to a string containing 2 double quote characters!<BR>
<BR>
</BODY>
</HTML>