home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Net Power 1997 April
/
NETDisc0497.iso
/
pc
/
demos
/
mmedia
/
dirwin
/
data.z
/
ANIMWIZ.DIR
/
00006_TextField.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-03-15
|
197 b
|
12 lines
property iFieldName
on birth me, theFieldName, theInitialText
set iFieldName to theFieldName
set the text of field iFieldName to theInitialText
return me
end
on mValidate me
return 1
end