If I have an array of a Struct called Elements[], and I want to do some
operations on Elements[i], is there anyway I can make 

e As Element be a reference to Elements[i], so that when I manipulate
e.Title that will be reflected in Elements[i].Title? 
------------------------------------------------------------------------------
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to