home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 8
/
El Mac 8.iso
/
Shareware
/
Demos
/
OpenStack™ (Demo US)
/
OpenStack™ Demo
/
Objects Library (Demo)
/
Others
/
Column
/
Column.rsrc
/
HSCR_6000_DirectActionScript
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-23
|
327 b
|
11 lines
on namedScr
global gOpenStackInfos
put line 8 of gOpenStackInfos into targetObj
put line 10 of gOpenStackInfos into objName
if objName="Column" then
ask "Type the name of the new section:" with objName
if it=empty then exit namedScr
put it into objName
end if
do "put ""e&objName&" :""e&" into "&targetObj
end namedScr