home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 - Expo 2000 / Image.iso / t-online / decoder / formular.dir / 00009.ls < prev    next >
Encoding:
Text File  |  1997-02-10  |  1.1 KB  |  31 lines

  1. on ├╝bertrag5
  2.   put EMPTY into field "produkt5"
  3.   set x to the number of chars in field "stk5"
  4.   set y to 5 - x
  5.   repeat with i = 1 to y
  6.     put " " after field "produkt5"
  7.   end repeat
  8.   put field "stk5" after field "produkt5"
  9.   put "  " after field "produkt5"
  10.   put "Serielle Highspeed-Karte" after field "produkt5"
  11.   repeat while the number of chars in field "produkt5" < 35
  12.     put " " after field "produkt5"
  13.   end repeat
  14.   put "(5812)    " after field "produkt5"
  15.   put "   35,00 DM" after field "produkt5"
  16.   if the number of chars in field "gesmtprx5" = 7 then
  17.     put "       " & field "gesmtprx5" after field "produkt5"
  18.   end if
  19.   if the number of chars in field "gesmtprx5" = 8 then
  20.     put "      " & field "gesmtprx5" after field "produkt5"
  21.   end if
  22.   if the number of chars in field "gesmtprx5" = 9 then
  23.     put "     " & field "gesmtprx5" after field "produkt5"
  24.   end if
  25.   if the number of chars in field "gesmtprx5" = 10 then
  26.     put "    " & field "gesmtprx5" after field "produkt5"
  27.   end if
  28.   set the textSize of member "produkt5" to 10
  29.   put field "produkt5" & RETURN after field "bestelltext"
  30. end
  31.