home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Editor
/
Edge1721.DMS
/
Edge1721.adf
/
ExtraStuff
/
Edge_MoreRexx.lha
/
ToggleWordWrap.edge
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-11-09
|
340 b
|
23 lines
/*
** $VER: ToggleWordWrap.edge 1.1 (Sunday 08-Aug-93 02:54:21)
**
** Script to toggle the WORDWRAP flag. (can easily be changed to any other
** flag.)
**
** Written by Thomas liljetoft
*/
options results
'flag' _fe_flags wordwrap t
if result == 'Set' then
'windowtitle' '"WordWrap OFF"'
else
'windowtitle' '"WordWrap ON"'
exit(0)