Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

remove??

 [1/3] from: ammoncooke::yahoo::com at: 30-May-2001 19:25


Hi, I am getting an item from a text-list like this: lst2-rnd: lst2/text: random/only lst2/data & removing it like this: remove lst2/data lst2-rnd but it only somtimes works properly. most of the time it doesn't remove the item. Why??? Thanks!! Ammon

 [2/3] from: arolls:bigpond:au at: 31-May-2001 14:48


It needs: remove find lst2/data lst2-rnd 'remove takes only one argument by default. 'find returns an index into lst2/data where it finds lst2-rnd. Anton.

 [3/3] from: ammoncooke:y:ahoo at: 7-Jun-2001 13:25


Sorry for the slow reply, I had a long weekend on the Colorado River. It took me a while to catch up again at the office. Thanks! That worked. Ammon