Creating an Array: Difference between revisions

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


==[[3DS Max 8 - MaxScript]]==
==[[MaxScript]]==
[[Category:MaxScript]]
[[Category:MaxScript]]
'''Interpreter:''' [[3D Studio Max]] 8
myArray = #()
myArray = #()
myArray2 = #("Item1", "Item2")
myArray2 = #("Item1", "Item2")