Changeset 4869


Ignore:
Timestamp:
Jan 17, 2022, 9:59:42 AM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Addition/fix for the last changeset.
File:
1 edited

Legend:

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

    r4868 r4869  
    10151015   parse arg row col x y flag junk
    10161016   if x = '' | junk <> '' then
    1017       'SayError '-263  -- Invalid argument
     1017      'SayError -263'  -- Invalid argument
    10181018   else
    10191019      call WindowSize1( row, col, x, y, flag)
     
    33533353   parse arg library entrypoint cmdargs
    33543354   if entrypoint = '' then
    3355       'SayError '-257  -- 'Invalid number of parameters'
     3355      'SayError -257'  -- 'Invalid number of parameters'
    33563356      return
    33573357   endif
Note: See TracChangeset for help on using the changeset viewer.