Hello All,
I have defined a variable structure in WD21 as ffs;
MyStruct is Structure
Fld1 is string
Fld2 is Int
Fld3 is Numeric
END
WorkStruct is MyStruct
Assignments go like this
WorkStruct: Fld1="name_of_person"
WorkStruct: Fld2=3
WorkStrcut:Fld3=1843.29
If I have done about 50 assignments as per above, is there a way I can save to a table/file if the 'Fld"s are the same as found in the table?
I am looking at something similar to HCopyRecord
Any other way to do this would also be appreciated.
Sam
I have defined a variable structure in WD21 as ffs;
MyStruct is Structure
Fld1 is string
Fld2 is Int
Fld3 is Numeric
END
WorkStruct is MyStruct
Assignments go like this
WorkStruct: Fld1="name_of_person"
WorkStruct: Fld2=3
WorkStrcut:Fld3=1843.29
If I have done about 50 assignments as per above, is there a way I can save to a table/file if the 'Fld"s are the same as found in the table?
I am looking at something similar to HCopyRecord
Any other way to do this would also be appreciated.
Sam