Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Assigning memory to variable
Message
From
05/11/2003 09:31:11
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Assigning memory to variable
Miscellaneous
Thread ID:
00846435
Message ID:
00846435
Views:
57
What's the diferent between this memory assigments
   dim o as system.text.stringbuilder = new system.text.stringbuilder()
   dim o as new system.text.stringbuilder()
   dim o as system.text.stringbuilder 
   o = new system.text.stringbuilder
Which one should i use?
Next
Reply
Map
View

Click here to load this message in the networking platform