Timestamp

Hi,

How does one obtain a timestamp, i.e., a string containing clock time at the moment of calling, from either Xojo or MBS?

Strange

See “date” in Language reference, e.g.

dim d As new date system.Log System.LogLevelError, "Timestamp :" + d.ShortDate +" " + d.ShortTime

Thank you very much, Thomas,

Strange