I have a List for example - LIST(‘[“C”, “B”, “A”]’) .
Suppose I have input element “A” with next record to be inserted in list.
Here i have to put a check, if that element already exists in LIST or not?
Is there any C library function to get all list elements, can anyone please advice.