Older Newer
Fri, 11 Jun 2010 16:50:33 . . . . SyneRyder [Updating for clarity]


Changes by last author:

Added:
= strtime =

== Syntax ==

:strtime( string text )

== Arguments ==

:text

::Pointer to a string buffer where the current time will be stored.

== Description ==

:This function retrieves the current time and converts it to a string in the form 15:54:35.

== Example ==

<code>

strtime( str0 );

</code>

== Also see ==

:strdate

== Comments ==

:Everyone can add his comments about his experiences with this function here. Tips for using it are welcome, too.