Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
What is the difference between reload() and now() function.
When we reloading any app with checking reload() what it will result.
When we reloading any app with checking now() what it will result.
Suggest me please.
Hi,
Not sure I fully understand your question.
Maybe you were thinking of the ReloadTime() function that returns a timestamp for when the script last finished reexecuting.
br
/Paul
Exactly. I want the diffrenece b/w reloadtime() and now(). I got it now. But
if we use reloadtime() in UI it will give current time and if we use same in script it will give last reloadtime. Any specific reason for that.