How do you skip a specific word if its part of a list and then append the rest?
Usually this item is at the start of the list and sometimes it isn’t so how would I work around this?
How do you skip a specific word if its part of a list and
Share
Do you mean to delete the first occurrence of an element in a list? You can use selectchk/3.