home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00007_Script_7
< prev
next >
Wrap
Text File
|
1997-01-08
|
1KB
|
38 lines
on ⁿbertrag3
put empty into field "produkt3"
set x=the number of chars in field "stk3"
set y=5-x
repeat with i=1 to y
put " " after field "produkt3"
end repeat
put field "stk3" after field "produkt3"
put " " after field "produkt3"
put "Adapter fⁿr Telefondose" after field "produkt3"
repeat while the number of chars in field "produkt3" <35
put " " after field "produkt3"
end repeat
put "(1009) " after field "produkt3"
put " 12,40 DM" after field "produkt3"
if the number of chars in field "gesmtprx3"=7 then
put " " & field "gesmtprx3" after field "produkt3"
end if
if the number of chars in field "gesmtprx3"=8 then
put " " & field "gesmtprx3" after field "produkt3"
end if
if the number of chars in field "gesmtprx3"=9 then
put " " & field "gesmtprx3" after field "produkt3"
end if
if the number of chars in field "gesmtprx3"=10 then
put " " & field "gesmtprx3" after field "produkt3"
end if
set the fontSize of member "produkt3" to 10
put field "produkt3" & return after field "bestelltext"
end