[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function            ALENGTH()
Action              Determines initialized length of an array
Returns             <expN> length of initialized array
Category            Array
Syntax              ALENGTH(<array>)
Description         Determines # of contiguous declared elements
                    in <array>
Examples            declare friends[10]
                    friends[1] = "WYN"
                    friends[2] = "DAVE"
                    friends[3] = "JUDY"
                    friend_kount = ALENGTH(m->friends)
Found in (prg)......S_ALENG.PRG

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson