Hi all, I want to know whether 'static' keyword inside the generic module behaves similar to Java's static ? So, if I have two instance of the same generic module, can they refer to the same static variable ? Or they will have their own copy ? Thank you Regards, -daniel