• 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
copy {""} to end of list
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: copy {""} to end of list
      • From: David Wignall <email@hidden>
  • Prev by Date: PowerPoint outline level
  • Next by Date: Work-around to TextEdit "close front window saving no"
  • Previous by thread: Re: PowerPoint outline level
  • Next by thread: Re: copy {""} to end of list
  • Index(es):
    • Date
    • Thread