Re: [Hardhats-members] Mumps question: What is difference between Kill and New?

2004-09-12 Thread Kevin Toppenberg
) To: Hardhats Sourceforge [EMAIL PROTECTED] Subject: [Hardhats-members] Mumps question: What is difference between Kill and New? Hey all, Quick Mumps question. I have a loop like this: --- MyFunct() new MyVar Label1 kill MyVar; should

RE: [Hardhats-members] Mumps question: What is difference between Kill and New?

2004-09-11 Thread Benjamin Irwin
Toppenberg Sent: Saturday, September 11, 2004 4:42 PM To: Hardhats Sourceforge Subject: [Hardhats-members] Mumps question: What is difference between Kill and New? Hey all, Quick Mumps question. I have a loop like this: --- MyFunct() new MyVar Label1 kill MyVar; should

Re: [Hardhats-members] Mumps question: What is difference between Kill and New?

2004-09-11 Thread Kevin Toppenberg
Thanks Greg and Benjamin. That helped Kevin --- Greg Kreis [EMAIL PROTECTED] wrote: Kevin Toppenberg wrote: Hey all, Quick Mumps question. I have a loop like this: --- MyFunct() new MyVar Label1 kill MyVar; should this be new MyVar? set