home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00011_Script_11
< prev
next >
Wrap
Text File
|
1997-01-08
|
655b
|
28 lines
on antrag
put empty into field "produkt0"
put " 1" after field "produkt0"
put " " after field "produkt0"
put "Kostenloser T-Online-Anschl." after field "produkt0"
repeat while the number of chars in field "produkt0" <35
put " " after field "produkt0"
end repeat
put "(5051) " after field "produkt0"
put " 0,00 DM" after field "produkt0"
if the number of chars in field "gesmtprx2"=7 then
put " " & "0,00 DM" after field "produkt0"
end if
set the fontSize of member "produkt0" to 10
put field "produkt0" & return after field "bestelltext"
end