- Aug
- 2,320
- 111
I have the following at line 38 in my .btm;
I then use it as follows;
Works okay, but it keeps outputting 38 as the _batchline,
which is where I defined the ALIAS.
Other than doing a search and replace of
dbstring
...with...
dbstring %_batchline
...is there another workaround that would display the actual _batchline instead of the line where the ALIAS was created with it?
Joe
Code:
alias dbstring=debugstring [TCC] %_batchline %_time
I then use it as follows;
Code:
dbstring keystack Alt-d
dbstring keystack Ctrl-C
dbstring keystack Esc
Works okay, but it keeps outputting 38 as the _batchline,
which is where I defined the ALIAS.
Other than doing a search and replace of
dbstring
...with...
dbstring %_batchline
...is there another workaround that would display the actual _batchline instead of the line where the ALIAS was created with it?
Joe