$FIniTim

From m204wiki
Revision as of 17:36, 28 January 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$FIniTim}} <span class="pageSubtitle"><section begin="desc" />File initialization YYDDDMMHHSSTH<section end="desc" /></span> <p class="warning">Most Sirius $funct...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />File initialization YYDDDMMHHSSTH<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $FIniTim function is to be entered.

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" />

$FIniTim Function

%TIME is a null string if the file is not open, or it is it is the date and time that the file was initialized in YYDDDHHMMSSTH format.


The code fragment

OPEN FILE MYFILE %TIME = $FIniTim('MYFILE')

sets %TIME to the date and time that file MYFILE was initialized.

  • &SFUNC

Products authorizing $FIniTim