Array length: Difference between revisions

Line 1,492:
 
=={{header|FutureBasic}}==
NSUInteger count = fn ArrayCount( ''array'' ). Example:
FB has the handy function:
NSUInteger count = fn ArrayCount( ''array'' ):
<lang futurebasic>
window 1
717

edits