jackieinpa
Programmer
I know it's a representation of the system date and time, but how exactly is the value generated? Does anybody know? Thanks!
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For i = 1 to 10
? Sys(2015)
endfor
For lnI = 1 to 10
? Sys(2015),SYS2(DATETIME())
EndFor
IF VARTYPE(nMilliSeconds)<>'N'
nMilliSeconds = Seconds()
nMilliSeconds = nMilliSeconds-Int(nMilliSeconds)
nMilliSeconds = nMilliSeconds * 1000
ENDIF