Solved
Get the latest Timestamp from Infotable
Hi,
is there a way to get the latest timestamp entry from an InfoTable which has around 20 timestamps rows?
Thanks,
Hi,
is there a way to get the latest timestamp entry from an InfoTable which has around 20 timestamps rows?
Thanks,
hi
Thanks for it; I am not sure how I missed it.
let sort = {
name: "timestamp",
ascending: false
};
result.Sort(sort);
Thanks,
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.