Hi all,
The scenario is as this,
I have made one collection as this:ClearCollect(
app,
{Id:1, Name:"a"},{Id:2, Name:"b"},
{Id:3, Name:"c"},{Id:4, Name:"d"},
{Id:5, Name:"e"}, {Id:6, Name: "f"})
And it will shows from Id:1 to Id :6, and what I want is how to let it to show from Id:2 Id:3 Id:4 Id:5 Id:6 Id:1, it means change the first item to the last one?
Thank you very much for you help.

Report
All responses (
Answers (