Changeset 4348


Ignore:
Timestamp:
Dec 17, 2020, 10:43:13 AM (4 years ago)
Author:
Andreas Schnellbacher
Message:
  • Minor changes.
File:
1 edited

Legend:

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

    r4096 r4348  
    19271927         leave
    19281928      endif
    1929       if LineStr == '' then
    1930          iterate
     1929      if LineStr = '' then
     1930         -- Start and end not on the same line: This can't be a literal
     1931         leave
    19311932      endif
    19321933
     
    29432944      parse value next with . pIdEnd .
    29442945
    2945       if pIdEnd = '' then
     2946      if not IsNum( pIdEnd) then
    29462947         -- Not on an id
    29472948         rc = -1
Note: See TracChangeset for help on using the changeset viewer.