info("panoramabuild")

The info(“panoramabuild”) function returns the date and time when Panorama was compiled (as a SuperDate).


Description

This function returns the date and time when Panorama was compiled (as a SuperDate). You can use this function to differentiate between two slightly different versions of Panorama even if they have the same version number.

if regulardate(info("panoramabuild")) < date("1/1/2014")
    message "You must update your copy of Panorama"
    rtn
endif 

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.