mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-24 18:22:25 -05:00
simbadoc: Add SetScriptProp SP_WriteTimeStamp.
This commit is contained in:
parent
067f6363fe
commit
febdac2ccd
@ -1,8 +1,15 @@
|
|||||||
Not Well Known Features
|
Not Well Known Features
|
||||||
=======================
|
=======================
|
||||||
|
|
||||||
|
Timestamped Writeln
|
||||||
|
-------------------
|
||||||
|
|
||||||
.. note::
|
Simba can timestamp all your *writeln* calls.
|
||||||
XXX
|
|
||||||
Timestamps in PSwriteln
|
.. code-block:: pascal
|
||||||
|
|
||||||
|
SetScriptProp(SP_WriteTimeStamp, [True]);
|
||||||
|
WriteLn('Before the wait');
|
||||||
|
Wait(1000);
|
||||||
|
Writeln('After the wait');
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user