Date: Thu, 19 Jan 1995 09:25:39 +0000 Reply-To: The NOMAD2 Discussion List Sender: The NOMAD2 Discussion List From: Stace Cameron Subject: DDQUERY Syntax The syntax for the DDQUERY function is: DDQUERY('attribute','entity') The definition of the LOWERBOUND and UPPERBOUND attributes specify the lowest,highest subscript reference possible for for dimension n of a fixed length arrary. If n is not specified, it defaults to 1. How does one specify n in the above syntax? For example: declare &A(3,5) as 9; print ddquery('LOWERBOUND','&A'); /* returns 1 */ print ddquery('UPPERBOUND','&A'); /* returns 3 */ I want to be able to find the upper & lower bounds for the second dimension, 1 and 5. scameron@siumed.edu back to index