Search found 2 matches

by heerschap
Thu Nov 03, 2022 8:26 pm
Forum: RPG IV
Topic: Load same data into multiple fields in one line of code
Replies: 3
Views: 14319

Re: Load same data into multiple fields in one line of code

thank you jonboy49
I understand what you are saying, but the input file can also have a field called FieldName.

I guess this would make more sense showing the code

/free
a_FieldName = FieldName;
b_FieldName = FieldName;
c_FieldName = FieldName;
d_FieldName = FieldName;
e_FieldName = FieldName ...
by heerschap
Thu Nov 03, 2022 2:24 pm
Forum: RPG IV
Topic: Load same data into multiple fields in one line of code
Replies: 3
Views: 14319

Load same data into multiple fields in one line of code

Hello and thank you in advance for the help

Program has multiple files
F FileA uf a e k disk prefix(a_)
F FileB uf a e k disk prefix(b_)
F FileC uf a e k disk prefix(c_)
F FileD uf a e k disk prefix(d_)
F FileE uf a e k disk prefix(e_)

Several fields in these files have the same field name ...