Hi everyone,
I'm working with 2-4-2 X10 language version and I need to create two 
groups of places so I can handle them with two different 
placelocalhandles, but I have a question, when I do the following:

var group1:PlaceGroup = PlaceGroup.make(2);
var group2:PlaceGroup = PlaceGroup.make(2);

I get 4 diferent places or only 2? how can I make sure that the second 
sentence don't points to the same places of the first sentence? Hos can 
I obtain some id of the hardware platform that its executed each place?

Many Thanks !!

-- 
Jheisson A. López R.

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
X10-users mailing list
X10-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/x10-users

Reply via email to