Creating an Array: Difference between revisions

→‎[[Visual Basic .Net]]: Fixed capitalization issue, which fixed the section title link.
(→‎[[3DS Max 8 - MaxScript]]: Renamed section, added '''Interpreter''' line)
(→‎[[Visual Basic .Net]]: Fixed capitalization issue, which fixed the section title link.)
Line 309:
array at: 2 put: 'orange'.
 
==[[Visual Basic .NetNET]]==
[[Category:Visual Basic .NET]]
'''Compiler:''' [[Visual Studio .NET]] 2005
Dim myArray() as String = New String() {"Hello", "World", "!"}