Ticket #86 (new Defect)
AS connections whose status is ... fails
| Reported by: | brennan@… | Owned by: | timothy |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | AppleScript Support | Version: | 2.1 (Mac) |
| Severity: | Normal | Keywords: | connected applescript |
| Cc: |
Description
This causes an error:
tell application "Colloquy" to get connections whose status is (connected)
(and mysteriously, the parentheses around 'connected' are added at compile time).
This works
tell application "Colloquy" to get status of connections
Change History
Note: See
TracTickets for help on using
tickets.
