Description: This function returns the number of bytes in a log file header.
Returns: Numeric
Usage: Script
Format: GetLogHeader(FileName)
Parameters: FileName { text} { required } { no default }
Any text expression for the log file name.
Comments: This returns the number of bytes in the header of a *.DAT file after the first 25 bytes and before the data records.
Example:
If 1 Main;
[
headSize = GetLogHeader("CoreTemp.DAT");
]
See Also: