Changeset 4869
- Timestamp:
- Jan 17, 2022, 9:59:42 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/stdctrl.e ¶
r4868 r4869 1015 1015 parse arg row col x y flag junk 1016 1016 if x = '' | junk <> '' then 1017 'SayError '-263-- Invalid argument1017 'SayError -263' -- Invalid argument 1018 1018 else 1019 1019 call WindowSize1( row, col, x, y, flag) … … 3353 3353 parse arg library entrypoint cmdargs 3354 3354 if entrypoint = '' then 3355 'SayError '-257-- 'Invalid number of parameters'3355 'SayError -257' -- 'Invalid number of parameters' 3356 3356 return 3357 3357 endif
Note:
See TracChangeset
for help on using the changeset viewer.