• 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: oddities with a Mail rule & Numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: oddities with a Mail rule & Numbers


  • Subject: Re: oddities with a Mail rule & Numbers
  • From: Yvan KOENIG <email@hidden>
  • Date: Sat, 3 Jun 2017 09:49:55 +0200


on letsDoNumbers(p, q, r, s, t)
tell application "Numbers"
activate
open alias (my theSpreadsheet)
tell document "AppRevenue.numbers"
set this_sheet to (first sheet whose name is "A Sheet")
tell this_sheet
set _aTable to (first table whose name is "Table")

tell _aTable
set theRng to cell theCol of row theRow # Here theCol and theRow aren't defined
add row above theRng
set theDataToBeAdded to {p, q, r, s, t}
set theIterator to 1

repeat with i from 1 to 5
set this_item to item i of theDataToBeAdded
set theRng's value to this_item
set theCol to theCol + theIterator
set theRng to cell theCol of row theRow
end repeat
end tell
end tell
end tell
end tell
end letsDoNumbers



I assume that it's just something forgotten in the mail but maybe not.
The handler speaking to Numbers use two undefined variables.


Yvan KOENIG running Sierra 10.12.5 in French (VALLAURIS, France) samedi 3 juin 2017 09:49:34



 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

  • Follow-Ups:
    • Re: oddities with a Mail rule & Numbers
      • From: 2551phil <email@hidden>
References: 
 >oddities with a Mail rule & Numbers (From: 2551phil <email@hidden>)

  • Prev by Date: Re: oddities with a Mail rule & Numbers
  • Next by Date: Re: oddities with a Mail rule & Numbers
  • Previous by thread: Re: oddities with a Mail rule & Numbers
  • Next by thread: Re: oddities with a Mail rule & Numbers
  • Index(es):
    • Date
    • Thread