RE: [Hardhats-members] Repeated crash with screenman

2005-06-13 Thread Kevin Toppenberg
: [Hardhats-members] Repeated crash with screenman I keep getting a crash when I try to edit a screenman form. Actually, when I first launch Vista, it works fine. It always on the second time that I try to edit the form that I get a crash (or a hang.) The error is: 150373010,GETKEY+14

Re: [Hardhats-members] Repeated crash with screenman

2005-06-13 Thread K.S. Bhaskar
Kevin -- The error is a compilation error, not a run time error. Had there been no T, but clean M code to compile, there would have been a different error - %GTM-E-UNDEF, Undefined local variable: T - rather than the INDEXTRACHARS you saw. You can print the string to look for extra

Re: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread Gregory Woodhouse
You could actually set X to 2 like this S X1=(1+1) S @(X=_X1) This is a use of indirection that looks a bit odd, because it is being applied to a string built on the fly, and the string evaluates to the argument of the command (SET). === Gregory Woodhouse [EMAIL PROTECTED] Before one gets

Re: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread Kevin Toppenberg
curiouser and curiouser... :-) thanks Kevin p.s. I have tried several times to include a zshow * that dumps the symbol table. But my Yahoo mail sees it as spam and rejects it.. Oh well. Kevin --- Gregory Woodhouse [EMAIL PROTECTED] wrote: You could actually set X to 2 like this S

RE: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread Thurman Pedigo
if you need to see more low-level usage of the application. thurman -Original Message- From: [EMAIL PROTECTED] [mailto:hardhats- [EMAIL PROTECTED] On Behalf Of Kevin Toppenberg Sent: Sunday, June 12, 2005 7:05 PM To: Hardhats Sourceforge Subject: [Hardhats-members] Repeated crash

Re: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread Gregory Woodhouse
Ironically, my code seems to some people to be littered with @ signs, but this is a kind of indirection I almost never use. It can be useful in some scenarios, though, as in initializing variables using lines retrieved from $TEXT (or even from a global). === Gregory Woodhouse [EMAIL

RE: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread Bhaskar, KS
: Subject:[Hardhats-members] Repeated crash with screenman I keep getting a crash when I try to edit a screenman form. Actually, when I first launch Vista, it works fine. It always on the second time that I try to edit the form that I get a crash (or a hang.) The error is: 150373010,GETKEY+14

Re: [Hardhats-members] Repeated crash with screenman

2005-06-12 Thread whitten
of $P(T,;,2)? -- Bhaskar -Original Message- From: [EMAIL PROTECTED] on behalf of Kevin = Toppenberg Sent: Sun 6/12/2005 9:04 PM To: Hardhats Sourceforge Cc:=09 Subject: [Hardhats-members] Repeated crash with screenman I keep getting a crash when I try to edit a screenman