rarogersonkf
Programmer
If I want to update a file in Free using the %Fields() BIF can the field be an
array element? For Example...
Thanks in advance,
Rob
array element? For Example...
Code:
FMyfile UF E K DISK
d Weeklyhrs ds
d Monhrs
d Tuehrs
d Wedhrs
d Thuhrs
d Frihrs
d Sathrs
d Sunhrs
d DailyHrs Overlay(WeeklyHrs)
d Like(Monhrs) Dim(7)
Dailyhrs(1) = 4;
Update Myrec %Fields(Dailyhrs(1));
Thanks in advance,
Rob