MathGroup Archive 2012

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Importing data from the web

  • To: mathgroup at smc.vnet.net
  • Subject: [mg125184] Re: Importing data from the web
  • From: Paperorbifold <kgodelNOSPAM at liberoNOSPAM.it>
  • Date: Mon, 27 Feb 2012 06:39:30 -0500 (EST)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <jia0ne$1ar$1@smc.vnet.net>

maria giovanna dainotti wrote:

>  s = Import["http://www.swift.ac.uk/xrt_curves/<>ID<>", "Text"];
                                                  ^^^^^
You're not using the StringJoin operator (<>) in the right way.
Try to change the import URL in such a way:
Import["http://www.swift.ac.uk/xrt_curves/";<>ID, "Text"]
Cheers.

-- 
...and I will make them pay for what they've done! (J.L. Picard)



  • Prev by Date: Re: Wickham-Jones ExtendGraphics for OS X?
  • Next by Date: Packages - trivial question
  • Previous by thread: Re: Importing data from the web
  • Next by thread: Re: Importing data from the web