Jump to content

Creating an Array: Difference between revisions

→‎[[Visual Basic .NET]]: Fixed compiler link.
(Removed Array Operation template)
(→‎[[Visual Basic .NET]]: Fixed compiler link.)
Line 307:
==[[Visual Basic .NET]]==
[[Category:Visual Basic .NET]]
'''Compiler:''' [[Visual StudioBasic .NET]] 2005
Dim myArray() as String = New String() {"Hello", "World", "!"}
 
Cookies help us deliver our services. By using our services, you agree to our use of cookies.