Initial commit
Initial commit. Updated release archive.
This commit is contained in:
11
_module/nss/qdb_setdone0.nss
Normal file
11
_module/nss/qdb_setdone0.nss
Normal file
@@ -0,0 +1,11 @@
|
||||
#include "qdb_include"
|
||||
|
||||
void main()
|
||||
{
|
||||
int iDone;
|
||||
|
||||
iDone=GetLineInt("Done");
|
||||
if (iDone == 0)
|
||||
SetLineInt("Done",GetLineNumber()+1);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user