Table of contents
No headers
var nCount = $Count ?? __request.args["_Count"] ?? 0;
" Rec#"..nCount;
if (nCount>0)
{
let nCount-=1;
" Rec#"..nCount;
CountDown{ Count : nCount };
//CurrentDate();
}//if
var nCount = $Count ?? __request.args["_Count"] ?? 0;
" Rec#"..nCount;
if (nCount>0)
{
let nCount-=1;
" Rec#"..nCount;
CountDown{ Count : nCount };
//CurrentDate();
}//if
Comments