Date:         Thu, 26 Jan 1995 17:46:26 EST
Reply-To:     The NOMAD2 Discussion List
Sender:       The NOMAD2 Discussion List
From:         "Walter H.Horowitz"
Subject:      DDQUERY syntax for UPPERBOUND and LOWERBOUND

The question was how do you specify the dimension for the lowerbound
and upperbound attributes of DDQUERY.  The answer is to include it
in the attribute string.

For example:

declare &a(3,5) as 9;
print ddquery('upperbound 1','&a');   /* returns 3 */
print ddquery('upperbound 2','&a');   /* returns 5 */

P. Willner, Thomson Software Products
back to index