…meteoric changes that fade in the night, many planets, only a tiny fraction of which harbour some kind of life, and lots of cosmic dust and dark matter."
Class Customer Private m_CustomerName Private Sub Class_Initialize m_CustomerName = "" End Sub ' CustomerName property. Public Property Get CustomerName CustomerName = m_CustomerName End Property Public Property Let CustomerName(newValue) m_CustomerName = newValue End Property End Class Dim cust Set cust = New Customer cust.CustomerName = "Fabrikam, Inc." Dim s s = cust.CustomerName MsgBox (s)
"the ASP server is multithreaded and assigns a different thread to each page request (…). VBScript class instances (…) must run on the thread that created them."
"(…) choose your galaxy wisely, (…) keep your telescope pointed towards the other galaxies, and prepare to make a hyperjump to other places if needed."