Author Topic: Is it possible to skip group command when in refedit.?  (Read 5320 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Is it possible to skip group command when in refedit.?
« Reply #15 on: August 23, 2006, 08:59:33 AM »
What does this give you .. in each case ??

Code: [Select]
(IF
  (= (STRLEN (GETVAR "refeditname")) 0)
   (alert "No Refedit running")
   ;;
   ;; else
   (alert "Refedit active")
)
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

MvdP

  • Guest
Re: Is it possible to skip group command when in refedit.?
« Reply #16 on: August 23, 2006, 09:25:44 AM »
It gives me what it is supposed to give me in each case.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Is it possible to skip group command when in refedit.?
« Reply #17 on: August 23, 2006, 09:29:45 AM »
good. Past my time for bed.
kdub, kdub_nz in other timelines.
Perfection is not optional.
Everything will work just as you expect it to, unless your expectations are incorrect.
Discipline: None at all.

daron

  • Guest
Re: Is it possible to skip group command when in refedit.?
« Reply #18 on: August 23, 2006, 09:35:36 AM »
Kerry.

I tried your code and it not skipping the group command.

Daron.

You have a lot of guestions and remarks, and i can you tell you that the whole routine is working except the skipping part.And the answer for the last question is the following.I want the routine to skip the making of a group when i am in a refedit no mather what block i am editing.And how to do this i don't know.
Well, it looks like Kerry is more than willing and capable of getting your problem solved. Of course, your patience in his questions will teach you a lot. When you get that part resolved, you might consider the idea that just because it works, doesn't mean it always will. Eventually, someone will purge that layer you turn on and you'll pull one of these -> :pissed: :realmad: <- because you can't figure out why it no longer works.
« Last Edit: August 23, 2006, 09:37:06 AM by daron »

MvdP

  • Guest
Re: Is it possible to skip group command when in refedit.?
« Reply #19 on: August 23, 2006, 09:43:05 AM »
Thanks for all the help got it working and yes i am learning a lot in the Swamp.