- New batch file management module

- New oscillator module
- Bug fixes
This commit is contained in:
cvs
2004-11-17 10:50:17 +00:00
parent d96ee44d42
commit 2a93216346
23 changed files with 1731 additions and 338 deletions

View File

@ -283,7 +283,10 @@
iInt = InterpExecute(pSics,pCon,pPtr);
if(!iInt)
{
iRes = 0;
if(SCGetInterrupt(pCon) > eAbortBatch) {
iRes = 0;
break;
}
}
iRet = LLDnodePtr2Next(self->iLineList);
}