<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#ffffff">
    <font size="+1">Thank you both! Unfortunately it still is not
      working.<br>
      <br>
      Eva<br>
    </font><br>
    On 2011-01-28 04:14, Tariel Gogoberidze wrote:
    <blockquote cite="mid:FE99EF22-BD58-4225-BB65-11CD77367F6B@mac.com"
      type="cite">
      <pre wrap="">
On Jan 27, 2011, at 1:00 PM, Ken Ray wrote:

</pre>
      <blockquote type="cite">
        <blockquote type="cite">
          <pre wrap="">
</pre>
        </blockquote>
        <pre wrap="">
Change that portion of the handler to read:

  if cword is not among the lines of the commandNames then
    if cword is "the" or cword is a number or token 2 of cword is "("
    then put value(command, this card)
    else send command to this card
  else
    if debugging then
      debugdo command & return & "if the result is not empty then put the
result"
    else 
      put the globals into tGlobs
      replace "$ProgramFiles(x86)" with "" in tGlobs
      replace "$CommonProgramFiles(x86)" with "" in tGlobs
      do "global" && the globals & return & command \
         & return & "if the result is not empty then put the result"
    end if
  end if
  unlock error dialogs
end returnInField


Ken Ray
</pre>
      </blockquote>
      <pre wrap="">

I guess the line ..

</pre>
      <blockquote type="cite">
        <pre wrap="">  do "global" && the globals & return & command \
         & return & "if the result is not empty then put the result"
</pre>
      </blockquote>
      <pre wrap="">
should be changed to ..

  do "global" && tGlobs & return & command \
         & return & "if the result is not empty then put the result"

as well.

regards
Tariel

_______________________________________________
metacard mailing list
<a class="moz-txt-link-abbreviated" href="mailto:metacard@lists.runrev.com">metacard@lists.runrev.com</a>
<a class="moz-txt-link-freetext" href="http://lists.runrev.com/mailman/listinfo/metacard">http://lists.runrev.com/mailman/listinfo/metacard</a>
</pre>
    </blockquote>
  </body>
</html>