Changeset 4904


Ignore:
Timestamp:
Mar 3, 2022, 8:02:26 PM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Avoid error msg on trying to unlink an already unlinked file.
Location:
trunk/src/netlabs/macros
Files:
2 edited

Legend:

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

    r4596 r4904  
    4646      FieldVar = substr( LineStr, startcol, endcol - startcol + 1)
    4747      if leftstr( FieldVar, 1) <> '.' then
    48          sayerror "Specify a field var or place cursor over one."
     48         "SayError Specify a field var or place cursor over one."
    4949         return
    5050      endif
     
    7676   replaceline 'defmain', 1
    7777   insertline  '   fid = 'fid, 2
    78    insertline  '   sayerror '''FieldVar' = "''fid'FieldVar'''"''', 3
     78   insertline  '   ''SayError 'FieldVar' = "''fid'FieldVar'''"''', 3
    7979   'xcom File'
    8080
     
    8484   endif
    8585
    86    'UnLink' ExName       -- (just in case...)
     86   --'UnLink' ExName       -- (just in case...)
    8787   'sf_temp'
    8888
  • TabularUnified trunk/src/netlabs/macros/showu.e

    r4596 r4904  
    5656         not pos( substr( .line, .col, 1), ' ,')
    5757      then
    58          sayerror "Specify a univ. var or place cursor over one (on a 'universal' line)."
     58         "SayError Specify a univ. var or place cursor over one (on a 'universal' line)."
    5959         return
    6060      endif
     
    8181   replaceline 'defmain', 1
    8282   insertline  '   universal' UniVar, 2
    83    insertline  '   sayerror '''UniVar' = "'''UniVar'''"''', 3
     83   insertline  '   ''SayError 'UniVar' = "'''UniVar'''"''', 3
    8484   'xcom file'
    8585
     
    8989   endif
    9090
    91    'UnLink' ExName       -- (just in case...)
     91   --'UnLink' ExName       -- (just in case...)
    9292   'su_temp'
    9393
Note: See TracChangeset for help on using the changeset viewer.