copy {""} to end of list
copy {""} to end of list
- Subject: copy {""} to end of list
- From: Robert Poland <email@hidden>
- Date: Sun, 17 Jul 2005 09:08:39 -0600
Hi,
I'm working on graph creation from an excel worksheet.
Some of the lines of the graph consist of
intermittent data and I wish for the lines to go
from data point to data point without dropping to
zero.
The data conversion snippet is;
set Sys1 to {""} -- values series 1
set xDia1 to Value of Range xRange2
set x_Dia1 to item Index of xDia1 as integer -- 70
if x_Dia1 {} then
copy x_Dia1 to end of Dia1
else
copy {""} to end of Dia1
end if
I realize that's not much to go on. Any help would be appreciated.
Tia,
--
Bob Poland - Fort Collins, CO
http://www.ibrb.org/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden