Re: log?
Re: log?
- Subject: Re: log?
- From: Martin Crisp <email@hidden>
- Date: Wed, 19 Feb 2003 9:26:26 +1100
- Organization: Tesseract Computing
On Tue, 18 Feb 2003 14:10:39 +1100, Riccardo Perotti wrote
(in message <
BA77EF5F.1D3A%email@hidden>):
>
Hi all:
>
>
I just encountered the log9 command in one of the postings. I had never
>
seen it
<shame-faced> Likewise </shame-faced>
>
nor know what it does, so I went to my Script Editor and tried to
>
find a definition for it in the Dictionaries, with no luck.
>
>
(1) can somebody define log9 for me?
log <expression>
Causes <expression> to be evaluated and displayed in the Event Log,
with a '(*' at start and a '*)' at end.
log {"This is just ", 1, " way of constructing a string"} as string
log 10 + 7
Event log shows:
(*This is just 1 way of constructing a string*)
(*17*)
[works for records, lists, and such too]
>
(2) Is there an alphabetical list or reference of all AS commands somewhere?
Don't know. 'Log' isn't in my copy of the AS Language Guide.
[The O'Reilly book _AppleScript in a Nutshell_ would be my first
guess as to a book that might]
Have Fun
Martin
--
I have absolutely no reason to complain about "success" with my
work; [...] And yet, from time to time a boundless sense of
inferiority plagues me, a desperate feeling of general failure; how
does a person acquire such bits of lunacy?
- MC Escher
Almost always SMASHed
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >log? (From: Riccardo Perotti <email@hidden>) |