GetProgramLastUpdate Procedure

Returns the date and time the current program was last updated.

Syntax

[ sUpdate = ] GetProgramLastUpdate ( )

The GetProgramLastUpdate procedure syntax has the following parts:

 

Name

Type

Description

sUpdate

BString

Last update string

Comments

This function returns a string containing the date and time the current program was last saved.

This info can be also obtained by using internal variable Program and with its property, VersionInfo, aversionInfoLastModifiedTime.

Example

Print "The Program was Last Updated and Saved on:";

Print GetProgramLastUpdate( )

See Also

AProgram, AProgram.VersionInfo, GetProgramName, GetProgramSerialNum, GetProgramUut, GetProgramVersion