On 5 December 2015 at 18:22, Gene Heskett <ghesk...@wdtv.com> wrote:
> I can't find a method to reference a numbered variable
> indirectly

You can do:

#3 = 12345
#5 = 67890
#6 = 3

#1 = ##6
(DEBUG, The index is #6 and the value is #1)
#1 = #[1 + #6]
(DEBUG, the next number is #[#3 +1])

Is that what you mean?

The debug statement doesn't parse ## the way that G-code does.

-- 
atp
If you can't fix it, you don't own it.
http://www.ifixit.com/Manifesto

------------------------------------------------------------------------------
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