Page 1 of 1

Does command recent not work anymore

Posted: Thu Mar 16, 2023 7:04 pm
by mrcoollion
Hello LC friends,

I tried the command recent (see dictionary) as shown below but it generates an error.
If I use 'resent cards' the editor tells me this is a wrong statement.

Code: Select all

put recent card into tResentCard
Am I doing something wrong or does 'resent card' not work in LC 10.0 (dp4)?

Regards,

Paul

Re: Does command recent not work anymore

Posted: Thu Mar 16, 2023 7:33 pm
by stam
You're right - recent card doesn't work as advertised.
the recentCards property stores a return-delimited list of all cards visited, by their id and not name.

So this works:

Code: Select all

put the short name of recent card -- put recent card does not work
HTH
S.