Creating an Array: Difference between revisions

→‎[[3DS Max 8 - MaxScript]]: Renamed section, added '''Interpreter''' line
(→‎[[SmallTalk]]: Fixed capitalization)
(→‎[[3DS Max 8 - MaxScript]]: Renamed section, added '''Interpreter''' line)
Line 271:
var myArray3 = ["Item1", "Item2"];
 
==[[3DS Max 8 - MaxScript]]==
[[Category:MaxScript]]
'''Interpreter:''' [[3D Studio Max]] 8
myArray = #()
myArray2 = #("Item1", "Item2")