home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1997-01-08
|
1KB
|
38 lines
on ⁿbertrag5
put empty into field "produkt5"
set x=the number of chars in field "stk5"
set y=5-x
repeat with i=1 to y
put " " after field "produkt5"
end repeat
put field "stk5" after field "produkt5"
put " " after field "produkt5"
put "Serielle Highspeed-Karte" after field "produkt5"
repeat while the number of chars in field "produkt5" <35
put " " after field "produkt5"
end repeat
put "(5812) " after field "produkt5"
put " 35,00 DM" after field "produkt5"
if the number of chars in field "gesmtprx5"=7 then
put " " & field "gesmtprx5" after field "produkt5"
end if
if the number of chars in field "gesmtprx5"=8 then
put " " & field "gesmtprx5" after field "produkt5"
end if
if the number of chars in field "gesmtprx5"=9 then
put " " & field "gesmtprx5" after field "produkt5"
end if
if the number of chars in field "gesmtprx5"=10 then
put " " & field "gesmtprx5" after field "produkt5"
end if
set the fontSize of member "produkt5" to 10
put field "produkt5" & return after field "bestelltext"
end