home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 August / CHIP0898.ISO / showdata / ECKESHOP.DXR / 00002.ls < prev    next >
Encoding:
Text File  |  1998-03-20  |  173 b   |  8 lines

  1. on exitFrame
  2.   go(the frame)
  3. end
  4.  
  5. on idle
  6.   set the text of member "GPreis1" to string(float(value(the text of member "EPreis1") * value(the text of member "Anzahl1")))
  7. end
  8.