home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1997-01-08
|
1KB
|
38 lines
on ⁿbertrag4
put empty into field "produkt4"
set x=the number of chars in field "stk4"
set y=5-x
repeat with i=1 to y
put " " after field "produkt4"
end repeat
put field "stk4" after field "produkt4"
put " " after field "produkt4"
put "5m VerlΣngerungskabel" after field "produkt4"
repeat while the number of chars in field "produkt4" <35
put " " after field "produkt4"
end repeat
put "(1010) " after field "produkt4"
put " 9,60 DM" after field "produkt4"
if the number of chars in field "gesmtprx4"=7 then
put " " & field "gesmtprx4" after field "produkt4"
end if
if the number of chars in field "gesmtprx4"=8 then
put " " & field "gesmtprx4" after field "produkt4"
end if
if the number of chars in field "gesmtprx4"=9 then
put " " & field "gesmtprx4" after field "produkt4"
end if
if the number of chars in field "gesmtprx4"=10 then
put " " & field "gesmtprx4" after field "produkt4"
end if
set the fontSize of member "produkt4" to 10
put field "produkt4" & return after field "bestelltext"
end