how to get a list with the value of the positions that contain a value.

Hello everyone, I need help to solve the following.

From a list with n data, how to get a list with the value of the positions that contain a value.

For example, from the following List( Pear,banana,Apple), the result I need to obtain is LIST(1,2,3)

Gracias!

 

0 9 259
9 REPLIES 9
Top Labels in this Space