1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-11-21 08:45:06 -05:00

simbadoc: Add SetScriptProp SP_WriteTimeStamp.

This commit is contained in:
Merlijn Wajer 2010-10-13 13:52:41 +02:00
parent 067f6363fe
commit febdac2ccd

View File

@ -1,8 +1,15 @@
Not Well Known Features
=======================
Timestamped Writeln
-------------------
.. note::
XXX
Timestamps in PSwriteln
Simba can timestamp all your *writeln* calls.
.. code-block:: pascal
SetScriptProp(SP_WriteTimeStamp, [True]);
WriteLn('Before the wait');
Wait(1000);
Writeln('After the wait');