ccsrvc
15th October 2002, 22:42
A program sript defines an array as follows:
extern domain tcmcs.mydouble length(48)
The applicable form contains 48 fields each identified with the name "length" but with element numbers 1 thru 48
Question: Which 4GL function is used to display data in any specific field of the array. And give an example of its use.
Things I have tried:
1) display("length(i)")
2) display.fld(i, "length")
extern domain tcmcs.mydouble length(48)
The applicable form contains 48 fields each identified with the name "length" but with element numbers 1 thru 48
Question: Which 4GL function is used to display data in any specific field of the array. And give an example of its use.
Things I have tried:
1) display("length(i)")
2) display.fld(i, "length")