[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Dynamic FIELD size in array?
- Subject: Dynamic FIELD size in array?
- From: David Pais <David.Pais@RNB.COM>
- Date: Wed, 15 Oct 1997 12:36:49 -0400
- Comments: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- Comments: Internet Message: Sender identity is not verified.
- Comments: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Code:
create-array
name=row_data size=40
field=control_num:number field=level:number
field=div_row_data:number:{num_col_for_div_data}
Question:
Is there ANY way to replace substitution variable {num_col_for_div_data}
with #num_col_for_div_data variable which is a result of SELECT paragraph?
Thanks
Dave