To get this to work, change FM to @FM. Dan
On Mon, Oct 17, 2011 at 9:00 PM, tien dh <[email protected]> wrote: > Yep, the code as following: > > PROGRAM MY.PROGRAM > FOR I=1 TO 20 > MY.ARRAY<I> = I > NEXT > > CRT 'NUMBER OF ELEMENTS: ':DCOUNT(MY.ARRAY,FM) > > This snippet prints result : 51 > > On 17 Tháng Mười, 22:48, Daniel Klein <[email protected]> wrote: > > The group can be more helpful if you show the code you are using and the > > data it is working on. > > > > Dan > > > > > > > > > > > > > > > > On Mon, Oct 17, 2011 at 3:14 AM, tien dh <[email protected]> wrote: > > > Hi all, > > > I want count the number of elements in a numerial array, but I am not > > > successful in finding a solution. I have used DCOUNT and COUNT with > > > delimiter FM and VM but it returns wrong numbers. > > > Please help me, > > > Thanks a lot > > > > > -- > > > Please read the posting guidelines at: > > >http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > > > > IMPORTANT: Type T24: at the start of the subject line for questions > > > specific to Globus/T24 > > > > > To post, send email to [email protected] > > > To unsubscribe, send email to [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/jBASE?hl=en > > -- > Please read the posting guidelines at: > http://groups.google.com/group/jBASE/web/Posting%20Guidelines > > IMPORTANT: Type T24: at the start of the subject line for questions > specific to Globus/T24 > > To post, send email to [email protected] > To unsubscribe, send email to [email protected] > For more options, visit this group at > http://groups.google.com/group/jBASE?hl=en > -- Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en
