$FIniTim: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$FIniTim}} | {{DISPLAYTITLE:$FIniTim}} | ||
<span class="pageSubtitle" | <span class="pageSubtitle">File initialization YYDDDMMHHSSTH</span> | ||
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $FIniTim function.</p> | <p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $FIniTim function.</p> | ||
Line 25: | Line 25: | ||
<ul> | <ul> | ||
<li>&SFUNC | <li>&SFUNC | ||
</ul> | </ul> |
Revision as of 21:21, 22 November 2011
File initialization YYDDDMMHHSSTH
Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $FIniTim function.
This function returns the date and time a file was initialized, in YYDDDMMHHSSTH format.
The $FIniTim function accepts one arguments and returns either a null string or a string in YYDDDHHMMSSTH format.
The first argument is the name of the file for which initialization date and time is to be returned. The file must be currently opened by the user.
Syntax
<section begin="syntax" /> %TIME = $FIniTim(fname) <section end="syntax" />
The code fragment
OPEN FILE MYFILE %TIME = $FIniTim('MYFILE')
sets %TIME to the date and time that file MYFILE was initialized.
- &SFUNC