home *** CD-ROM | disk | FTP | other *** search
/ PC Direkt 1998 #11 / PCDIREKT_1198.bin / 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.