Message 1 of 2

Not applicable
05-31-2019
09:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
-- 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!
Solved! Go to Solution.