Symbol Description Uses
fldsecs0 time from start of repeat period to mydate 4



File Line number Procedure Code
./pkg/exf/exf_getffieldrec.F 123 EXF_GETFFIELDREC
        fldsecs0     = mod(fldsectot,repeatPeriod)
./pkg/exf/exf_getffieldrec.F 124 EXF_GETFFIELDREC
        count0       = int((fldsecs0+0.5)/fldperiod) + 1
./pkg/exf/exf_getffieldrec.F 127 EXF_GETFFIELDREC
        fldsecs      = mod(fldsecs0,fldperiod)
./pkg/exf/exf_getffieldrec.F 70 EXF_GETFFIELDREC
      _RL fldsectot, fldsecs, fldsecs0, fldsecs1