• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: how to get the zero's out of a list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how to get the zero's out of a list


  • Subject: Re: how to get the zero's out of a list
  • From: g3pb <email@hidden>
  • Date: Thu, 08 Mar 2001 14:52:34 -0900

set aL to {"0", "1", "0", "2"}
repeat with i from 1 to number of items in aL
if item i in aL is "0" then
set item i in aL to ""
end if
end repeat

-- hcir
mailto:email@hidden


> --> becomes {"0", "1", "0", "4"}
>
> --> becomes {"0", "1", "0", "4"}
> but i want {"", "1", "", "4"}
>
>
> How, oh how do i do this ?


References: 
 >how to get the zero's out of a list (From: Jacco Rens <email@hidden>)

  • Prev by Date: Photoscripter open EPS Generic
  • Next by Date: Re: Photoscripter open EPS Generic
  • Previous by thread: how to get the zero's out of a list
  • Next by thread: Re: how to get the zero's out of a list
  • Index(es):
    • Date
    • Thread