Changeset 4923
- Timestamp:
- Mar 14, 2022, 2:51:37 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/netlabs/macros/epmshell.e ¶
r4919 r4923 1261 1261 endif 1262 1262 SetBookmark( 3, bmline, bmcol, bmname) 1263 endif -- CurPrompt1264 enddo -- forever1263 endif 1264 enddo 1265 1265 1266 1266 -- Search for 'Directory of' lines and add bookmarks for that … … 1441 1441 endif 1442 1442 1443 -- Store fIgnore and Cmd 1443 -- Store IgnoreLevel and Cmd 1444 IgnoreLevel = 1 1444 1445 imax = GetFileAVar( 'shellcmd.0') 1445 1446 if imax = '' then … … 1447 1448 endif 1448 1449 i = imax + 1 1449 SetFileAVar( 'shellcmd.'i, '1 'Input)1450 SetFileAVar( 'shellcmd.'i, IgnoreLevel Input) 1450 1451 SetFileAVar( 'shellcmd.0', i) 1451 1452
Note:
See TracChangeset
for help on using the changeset viewer.