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:
parent
067f6363fe
commit
febdac2ccd
@ -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');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user