You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FastWrite(' |09o|0CO|09o |0EThe Current System Date is |0C'+FormatTimeStamp('ddd mmm dd yyyy',TimeStamp)+'|0E and Time is |0C'+FormatTimeStamp('hh:nn |0Eam/pm',TimeStamp)+#13#10+
125
-
' |09o|0CO|09o |0ETotal Number of Messages |30'+PadLeft(IntToCommaStr(AllMessages),9)+'|07'+#13#10+
126
-
' |09o|0CO|09o |0ETotal Number of Files |30'+PadLeft(IntToCommaStr(AllFiles),9)+'|07'+#13#10+
127
-
' |09o|0CO|09o |0ETotal Number of File Areas |30'+PadLeft(IntToCommaStr(AllFileAreas),9)+'|07'+#13#10+
128
-
' |09o|0CO|09o |0ETotal Number of Downloads |30'+PadLeft(IntToCommaStr(AllDownloads),9)+'|07'+#13#10+
129
-
' |09o|0CO|09o |0ETotal Number of Callers |30'+PadLeft(IntToCommaStr(AllCallers),9)+'|07'+#13#10+
130
-
' |09o|0CO|09o |0ETotal Number of Users |30'+PadLeft(IntToCommaStr(AllUsers),9)+'|07'+#13#10);
146
+
FastWrite(' |19o|1CO|19o |1EThe Current System Date is |1C'+FormatTimeStamp('ddd mmm dd yyyy',TimeStamp)+'|1E and Time is |1C'+FormatTimeStamp('hh:nn |1Eam/pm',TimeStamp)+#13#10+
147
+
' |19o|1CO|19o |1ENumber of Files......|30'+PadLeft(IntToCommaStr(AllFiles),9)+
148
+
'|1E Number of File Areas.|30'+PadLeft(IntToCommaStr(AllFileAreas),9)+'|17'+#13#10+
149
+
' |19o|1CO|19o |1ENumber of Downloads..|30'+PadLeft(IntToCommaStr(AllDownloads),9)+'|17'+#13#10+
150
+
' |19o|1CO|19o |1ENumber of Users......|30'+PadLeft(IntToCommaStr(AllUsers),9)+
151
+
'|1E Number of Calls......|30'+PadLeft(IntToCommaStr(AllCallers),9)+'|17'+#13#10);
131
152
//FastWrite(' |5F*|09 The last caller was '+PreviousCaller+' @ '+FormatTimeStamp('mmm dd yyyy hh:nn |0Eam/pm',PreviousCalled)+#13#10);
0 commit comments