Re: one script calls another?
Re: one script calls another?
- Subject: Re: one script calls another?
- From: Jolly Roger <email@hidden>
- Date: Thu, 21 Dec 2000 14:57:26 -0600
- Replyto: email@hidden
on 12/21/2000 2:18 PM, John Swartz wrote:
>
I have a script called "converter" (which converts the format of some name
>
information) one of the last things this script does is to call another script
>
using the name of a handler in that script. I'm almost sure this used to
>
work, but now it doesn't. I *am* sure that in another set of scripts I have
>
the same thing working.
>
>
Here's the pertinent part of the first script:
(snip)
>
>
Oddly enough, there is another script which is called in the same way
>
from "converter" which works fine... The scripts being called look
>
nearly identical to me. Is there a gotcha here, or am I just
>
overlooking some dumb syntax thing?
What error do you get when it tries to call writeAddressBook(namesList)?
JR