Hi,
This is the continuity of the previous article where we are now getting the size of recordsortedlist .
if(recordsortedlist.len() >1)
{
print("Given recordsortedlist is bigger than 1");
}
{
print("Given recordsortedlist is bigger than 1");
}
Thanks,