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 / ubsfisca.src < prev    next >
Text File  |  1999-03-10  |  935b  |  46 lines

  1. [Symbol]=ubsfisca
  2. [Country]=41
  3.  
  4. [Name.German]=Schweizer Kurse von UBS FiscaInvest Fonds
  5. [Name.English]=Swiss Quotes UBS FiscaInvest Funds
  6.  
  7. [InfoShort.German]=Schweizer Kurse in CHF.  Suche nach Valorennummer: Income=287526 / Growth=287527 / Maxima=900766
  8.  
  9. [InfoShort.English]=Swiss Quotes in CHF.  Search based on securitycode: Income=287526 / Growth=287527 / Maxima=900766
  10.  
  11. [InfoLong]=Script provided by thaller@writeme.com
  12.  
  13. [SearchFor]=Valorennummer
  14. [SearchTransform]=uppercase
  15.  
  16. [BasedOn]=http://www.ubs.com/
  17.  
  18. [Host]=www.ubs.com
  19. [Doc]=e/pcc/insure/fiscainvest/price.html
  20.  
  21. [ParserScript]=...
  22. set "decimal", "."
  23. set "thousand", ""
  24. set "currency", "CHF"
  25.  
  26.  
  27. OutputTo "date"
  28. FindLine "Prices from"
  29. FindInLine "from "
  30. SayNChars 8
  31. Say "|D.M.Y"
  32.  
  33.  
  34. onerror "<$(SYMBOL) not found>"
  35. findline "$(SYMBOL)"
  36. onerror "<N/A>"
  37.  
  38.  
  39. OutputTo "last"
  40. FindLine ">CHF "
  41. KillTag "*"
  42. FindInLine "CHF "
  43. SayNextNumber
  44.  
  45.  
  46.