Tien, If you give the example of your array it would be helpful to tell you exactly what u should do to get your answer ..... however consider a single dimension array use RET_VAL = DCOUNT(ARR_VAR, @FM)
if your are reading from record and is a multi-dimension than you need to count the specific field of the array .... RET_VAL = DCOUNT(ARR_VAR<field_index>, @VM) .... On Mon, Oct 17, 2011 at 12:14 PM, 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 > -- *Ahmed Ali Nisar * Temenos T24 Consultant Sapphire Consulting Service +92 345 330 6585 -- 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
