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 / comdicurr.src < prev    next >
Text File  |  1999-02-05  |  2KB  |  76 lines

  1. [Symbol]=comdicurr
  2. [Country]=1
  3.  
  4. [Name.German]=Devisenkurse (zeitnah) - Comdirect Bank 
  5. [Name.English]=Currencies (short delay) via Comdirect Bank (Germany)
  6.  
  7. [InfoShort.German]=Devisenkurse vom Spot-Markt (zeitnah).  Suche Åber einen eindeutigen Teil der Bezeichnung (z.B. 'Mark / U.S. Dollar', siehe 'More Info' oder 'Show Page' Knopf).  Daten von TeleDATA AG.  Bietet 6/12/24 Monats-Charts.
  8.  
  9. [InfoShort.English]=Spot market currencies mostly based on DEM.  Search based on significant part from the 1st column (eg. 'Mark / U.S. Dol', see 'Show Page' button).  Quotes by TeleDATA AG.  Offers 6/12/24 month charts.
  10.  
  11. [InfoLong]=...
  12.  
  13. [SearchFor.German]=Suche nach
  14.  
  15. [SearchFor.English]=Search for
  16.  
  17. [BasedOn]=http://informer.comdirect.de:9004/cd/waehrungen.html
  18.  
  19. [Host]=informer.comdirect.de:9004
  20. [Doc]=cd/waehrungen.html
  21. [Cacheable]=1
  22. [CacheTimeout]=60
  23.  
  24. [ParserScript]=...
  25. set "decimal", "."
  26. set "thousand", ","
  27.  
  28. outputto "last"
  29. onerror "<$(SYMBOL) not found>"
  30. findline "$(SYMBOL)"
  31. onerror "<FAIL>"
  32.  
  33.  
  34. outputto "currency"
  35. moveline 1
  36. findinline ">", 2
  37. saynchars 99
  38.  
  39. outputto "last"
  40. moveline 2
  41. findinline ">", 2
  42. saynextnumber
  43.  
  44. outputto "date"
  45. moveline 1
  46. findinline ">", 2
  47. sayuntil "<"
  48. say "|D.M."
  49.  
  50. outputto "time"
  51. findinline ">"
  52. sayuntil "<"
  53. say "|h:m"
  54.  
  55. outputto "high"
  56. moveline 2
  57. findinline ">", 2
  58. saynextnumber
  59.  
  60. outputto "low"
  61. findinline ">", 2
  62. saynextnumber
  63.  
  64. outputto "yesterday"
  65. moveline 1
  66. findinline ">", 2
  67. saynextnumber
  68.  
  69. outputto "change"
  70. moveline 2
  71. findinline ">", 2
  72. saynextnumber
  73.  
  74.  
  75.  
  76.