On 15 May 2014 17:54, Marius Liebenberg <[email protected]> wrote: > Is it best to have all the variable that I want to use in the structure > but just not export them to Hal or is there another way? > Guidance is most welcomed here :)
You can create per-instance variables with the "variable" command. Any "reusable" variables can just be declared in the normal C way. Something to bear in mind is that "comp" conceals the complexity of their being an identical data structure for each instance of the component with different data values. -- atp If you can't fix it, you don't own it. http://www.ifixit.com/Manifesto ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ Emc-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-developers
