home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1999 February / CT_SW9902.ISO / pc / software / finanzen / boerse / stock100.exe / setup.fil / sources / zdnetindex.src < prev   
Text File  |  1999-02-10  |  923b  |  49 lines

  1. [Symbol]=zdnetindex
  2. [Country]=1
  3.  
  4. [Name.German]=Indizes (U.S.) - Zdnet.Com
  5. [Name.English]=Indexes (U.S.) via Zdnet.Com
  6.  
  7. [InfoShort.German]=U.S. Indizes.  Suche nach Index-Namen (Dow, Nasdaq, S&P 500, AMEX).  Ca. 20 Min. Verzîgerung.
  8.  
  9. [InfoShort.English]=U.S. Indexes.  Search for one of the following index names: Dow, Nasdaq, S&P 500, Amex.  20 min. delayed
  10.  
  11. [InfoLong]=...
  12.  
  13. [BasedOn]=http://www.zdii.com
  14.  
  15. [Host]=www.zdii.com
  16. [Doc]=index.asp?display=extra
  17.  
  18. [ParserScript]=...
  19. set "decimal", "."
  20. set "thousand", ","
  21. set "currency", "XXX"
  22.  
  23.  
  24. onerror "<$(SYMBOL) not found>"
  25. findline ">$(SYMBOL)<"
  26. onerror "<FAIL>"
  27.  
  28. outputto "last"
  29. joinuntil "</TR>"
  30. killtag "*"
  31. unspace
  32. findinline " "
  33. saynextnumber
  34.  
  35. outputto "abschange"
  36. saynextnumber
  37.  
  38. outputto "date"
  39. findline "Data delayed"
  40. killtag "*"
  41. unspace
  42. sayuntil " "
  43. say "|M/D/Y"
  44.  
  45. outputto "time"
  46. movechar 1
  47. sayuntil "M"
  48. say "M|h:m:s x"
  49.