Hey, i'm working with Visual Studio every day and there is a Feature to Initialize all with the keyword "new" for example:
Dim str as new string
Dim mytype as new nicetype
You could initialize lists for example in the Process_Globals already at the declaration.
Would that be possible someday?
Dim str as new string
Dim mytype as new nicetype
You could initialize lists for example in the Process_Globals already at the declaration.
Would that be possible someday?