[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

Re: row count of an array



You have mentioned the only way I know of:  count the rows going in or read a 
field in the array until it is null.  This is not as clumsy as it sounds as the 
read goes quickly.

Richard Knapp
Database Programmer/Analyst
Administrative Systems Project
University of Missouri System
573-884-3157
knappr@umsystem.edu


-----Original Message-----
From: Samatha Bhavana Mudili [mailto:S8Mudili@HEWITT.COM]
Sent: Monday, July 29, 2002 3:52 PM
To: SQR-USERS@list.iex.net
Subject: row count of an array


Hi,

Given an array, I want to find the number of rows in it. I could not find
any functiuon like count (array_name )
I can very well have my own counter when i insert values into an array
.....but here i find the case a bit different.
So i would like to know if there is any way to find the row-count in the
given array .......

Thanx,
Samatha