home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AppleScript - The Beta Release
/
AppleScript - The Beta Release.iso
/
Development Tools
/
Sample Applications
/
MenuScripter 1.0d4.1
/
MenuScripter
/
MenuScripter.rsrc
/
SCPT_4259
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-11-24
|
292 b
|
9 lines
copy selection of window 1 to usersel
copy style of usersel to selstyle
if on styles of selstyle contains italic then
set x to {class:text style info, on styles:{}, off styles:{italic}}
else
set x to {class:text style info, on styles:{italic}, off styles:{}}
end if
set style of usersel to x