On Saturday 05 December 2015 12:02:46 Gene Heskett wrote:

I give up for the moment, unless someone can tell me how to access a #100 
type variable from the value stored in #<_tmp_nurbs>.

I thought maybe I could access #4900 by assigning like this, but
I apparently cannot even store 4900 into #<_tmp_nurbs>
#<_tmp_nurbs> = 4900

Then access #4900 by #[#<_tmp_nurbs>]

But LCNC gets stuck in the load loop, and if I esc out of it,
(debug,#<_tmp_nurbs>) prints ######, where it should print 49xx

I just stepped down the list of named vars used, in the order they appear 
in the code, and all are properly set UNTIL I use "nurbs" as part of the 
name, and these are set above the while/endwhile loops.  I'll change it 
to nerbs just for S&G.

No effect.  What the heck?

Humm, this statement and everything below it returns ######
#<_angle_inc>   = [90.0000000 * 0.10000000]
(debug,angle_inc=#<_angle_inc>) spits out ######

As does this:
#<_angle_inc>   = 9.0000000
(debug,#<_angle_inc>) also spits out ######

Do I have a real bug in 2.7.3 sim?  This does not compute...

Thanks everybody.

[...nurbs related stuff]

Cheers, Gene Heskett
-- 
"There are four boxes to be used in defense of liberty:
 soap, ballot, jury, and ammo. Please use in that order."
-Ed Howdershelt (Author)
Genes Web page <http://geneslinuxbox.net:6309/gene>

------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to