Author Topic: Help on my Rectangular RevCloud  (Read 6884 times)

0 Members and 1 Guest are viewing this topic.

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Help on my Rectangular RevCloud
« Reply #15 on: September 21, 2012, 11:00:08 PM »
because it was the last statement evaluated in the routine

modify to
Code - Auto/Visual Lisp: [Select]
  1. ;; < .. remainder not shown ... >
  2.    (setvar 'osmode old_osm)
  3.    (princ)             ;;<<<--- add
  4. )
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.

RolandOrzabal

  • Newt
  • Posts: 86
  • "memories fade but the scars still linger"
Re: Help on my Rectangular RevCloud
« Reply #16 on: September 22, 2012, 12:10:29 AM »
because it was the last statement evaluated in the routine

modify to
Code - Auto/Visual Lisp: [Select]
  1. ;; < .. remainder not shown ... >
  2.    (setvar 'osmode old_osm)
  3.    (princ)             ;;<<<--- add
  4. )


I see! thanks a lot Kerry!
that worked!
"memories fade but the scars still linger"

Kerry

  • Mesozoic relic
  • Seagull
  • Posts: 11654
  • class keyThumper<T>:ILazy<T>
Re: Help on my Rectangular RevCloud
« Reply #17 on: September 22, 2012, 12:51:12 AM »

You're welcone noddy.
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.