Re: Adding label comands to MPW
Re: Adding label comands to MPW
- Subject: Re: Adding label comands to MPW
- From: Doug McNutt <email@hidden>
- Date: Fri, 14 Mar 2003 09:38:49 -0700
At 11:00 +1000 3/14/03, Daniel wrote:
>
I know this ain't applescript, but,
(MPW is a whole lot better documented!)
>
does anyone know how to add label indexing to MPW. It would need to be as a
>
variable, the same as it is in script editor.
The upper ASCII codes are going to get clobbered in the mail but it is education
I'll send a compressed version directly.
I put lines like this in my files to key the marks. The # can be // or /*
## index: the end
set Exit 0
set -e work "{Active}"
Unmark `Markers "{work}"` "{work}" Dev:Null
find * "{work}"
Loop
find /* index:t/ "{work}" # " " to allow for a comment indicator
if {status} != 0
Break
End
find /[,tn]+/ "{work}"
Set thename "`Catenate "{work}".'`"
find \*\:/nn/ "{work}"
Mark -y ' "{thename}" "{work}"
End
Exit
--
--> If you are presented a number as a percentage, and you do not clearly understand the numerator and the denominator involved, you are surely being lied to. <--
_______________________________________________
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.