home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00010_Script_10
< prev
next >
Wrap
Text File
|
1997-01-08
|
1KB
|
38 lines
on ⁿbertrag6
put empty into field "produkt6"
set x=the number of chars in field "stk6"
set y=5-x
repeat with i=1 to y
put " " after field "produkt6"
end repeat
put field "stk6" after field "produkt6"
put " " after field "produkt6"
put "BTX-Tuner fⁿr Windows" after field "produkt6"
repeat while the number of chars in field "produkt6" <35
put " " after field "produkt6"
end repeat
put "(5867) " after field "produkt6"
put " 29,00 DM" after field "produkt6"
if the number of chars in field "gesmtprx6"=7 then
put " " & field "gesmtprx6" after field "produkt6"
end if
if the number of chars in field "gesmtprx6"=8 then
put " " & field "gesmtprx6" after field "produkt6"
end if
if the number of chars in field "gesmtprx6"=9 then
put " " & field "gesmtprx6" after field "produkt6"
end if
if the number of chars in field "gesmtprx6"=10 then
put " " & field "gesmtprx6" after field "produkt6"
end if
set the fontSize of member "produkt6" to 10
put field "produkt6" & return after field "bestelltext"
end