Not Well Known Features

Timestamped Writeln

Simba can timestamp all your writeln calls.

SetScriptProp(SP_WriteTimeStamp, [True]);
WriteLn('Before the wait');
Wait(1000);
Writeln('After the wait');

Table Of Contents

Previous topic

User Interface

Next topic

Tutorial

This Page