[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
- Subject: Re: row count of an array
- From: "Knapp, Richard" <KnappR@UMSYSTEM.EDU>
- Date: Mon, 29 Jul 2002 16:08:35 -0500
- Thread-index: AcI3Q5t1hrLBOQl9RcS7oWuUDjRS1wAACzDQ
- Thread-topic: 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