RE: [Hardhats-members] GT.M question: ZBREAK questions

2005-04-24 Thread Roy Gaber
l 24, 2005 11:05 PM To: hardhats-members@lists.sourceforge.net Subject: Re: [Hardhats-members] GT.M question: ZBREAK questions I had figured out the answer for the first part of this post. But I was hoping someone would comment on the second part. I copy it here again, > Also, it seems that

Re: [Hardhats-members] GT.M question: ZBREAK questions

2005-04-24 Thread Kevin Toppenberg
I had figured out the answer for the first part of this post. But I was hoping someone would comment on the second part. I copy it here again, > Also, it seems that there is ONE breakpoint held by > GT.M. I.e. $ZBREAK is a variable that holds the one > breakpoint for the system, rather than a f

[Hardhats-members] GT.M question: ZBREAK questions

2005-04-22 Thread Kevin Toppenberg
I have been playing with the GT.M function ZBREAK. I can do this, and it works: set pos="A1^test" ZBREAK @pos And I can do this: ZBREAK A1^test:"n tmg s tmg=$$STEPTRAP^TMGTPSTP($ZPOS,1)" but I CAN'T do this: ZBREAK @pos:"n tmg s tmg=$$STEPTRAP^TMGTPSTP($ZPOS,1)" Any ideas why? Or how to achiev

Re: [Hardhats-members] GT.M question: ZBREAK questions

2005-04-22 Thread Kevin Toppenberg
I think I solved this.  Its done like this:   set pos="A1^test"set pos=pos_":""n tmg s tmg=$$STEPTRAP^TMGTPSTP($ZPOS,1)"""ZBREAK @pos   Kevin   Kevin Toppenberg <[EMAIL PROTECTED]> wrote: I have been playing with the GT.M function ZBREAK.I can do this, and it works:set pos="A1^test"ZBREAK @posAnd I