home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PowerPlay 1997 March
/
PowerPlay0397.iso
/
T-ONLINE
/
DECODER
/
FORMULAR.DIR
/
00006_Script_6
< prev
next >
Wrap
Text File
|
1997-01-08
|
1KB
|
39 lines
on ⁿbertrag2
put empty into field "produkt2"
set x=the number of chars in field "stk2"
set y=5-x
repeat with i=1 to y
put " " after field "produkt2"
end repeat
put field "stk2" after field "produkt2"
put " " after field "produkt2"
put "Faxmodem Skyconnect 33.600" after field "produkt2"
repeat while the number of chars in field "produkt2" <35
put " " after field "produkt2"
end repeat
put "(4505) " after field "produkt2"
put " 199,00 DM" after field "produkt2"
if the number of chars in field "gesmtprx2"=7 then
put " " & field "gesmtprx2" after field "produkt2"
end if
if the number of chars in field "gesmtprx2"=8 then
put " " & field "gesmtprx2" after field "produkt2"
end if
if the number of chars in field "gesmtprx2"=9 then
put " " & field "gesmtprx2" after field "produkt2"
end if
if the number of chars in field "gesmtprx2"=10 then
put " " & field "gesmtprx2" after field "produkt2"
end if
set the fontSize of member "produkt2" to 10
put field "produkt2" & return after field "bestelltext"
end