Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

print length of array

print length of array

Anonymous
Not applicable
580 Views
1 Reply
Message 1 of 2

print length of array

Anonymous
Not applicable

-- defines and prints the arrays length

a = #()

print "hello world"

-- Is there a .length property or a .size or respectively length() or size()

-- for an array

-- or perhaps.. a = #(1,1,1)

 

Thank You!

0 Likes
Accepted solutions (1)
581 Views
1 Reply
Reply (1)
Message 2 of 2

Swordslayer
Advisor
Advisor
Accepted solution