Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Now Function > Example - Now Function
Opens an email to send feedback to the Documentation TeamCurrent Help File: PC-DMIS Basic (View Core Help)
Expand all
Example - Now Function
Sub Main ()
Dim Today
Today = Now
End Sub