Changeset 3173


Ignore:
Timestamp:
Oct 8, 2018, 10:14:22 PM (6 years ago)
Author:
Andreas Schnellbacher
Message:
  • Added handling of wrong EA EPM.POS value for column.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/stdprocs.e

    r3165 r3173  
    855855
    856856   parse value save_pos with svline svcol svcx svcy
     857   if svcol = 1600 then                     -- handle wrong EA EPM.POS
     858      svcol = 1
     859   endif
    857860   .cursory = svcy                          -- set .cursory
    858861   min( svline, .last)                      -- set .line
Note: See TracChangeset for help on using the changeset viewer.