how to get the zero's out of a list
how to get the zero's out of a list
- Subject: how to get the zero's out of a list
- From: Jacco Rens <email@hidden>
- Date: Thu, 08 Mar 2001 16:12:23 +0100
Hi all, im having trouble to find the easy solution to get the zero's out of
a list. I have this:
set a to //filemaker field content// cell "A" of current record
--> becomes {"0", "1", "0", "4"}
set cell "B" of current record to A
--> becomes {"0", "1", "0", "4"}
but i want {"", "1", "", "4"}
How, oh how do i do this ?
Thanks for your time
Best,
Jacco
Netherlands