Home > Archive > Tcl > December 2004 > R: Import CSV file to an Array
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
R: Import CSV file to an Array
|
|
| lupylucke 2004-12-27, 3:58 pm |
|
bobi la pointe <htrifol@gmail.com> wrote in message
1103410900.067199.235790@c13g2000cwb.googlegroups.com...
> Hi,
>
> Trying to find a nice way to import a CSV file to an Array to
> display is later in a Frame. Does anyone has any examples on how to do
> that?
> Sure it is easy, but i DO NOT know how to do it :(
>
> Ciao
>
> Bobi la pointe
>
If it's easy, maybe I can help you, but first you have to tell me what a CSV
file is.....
| |
| lvirden@gmail.com 2004-12-29, 3:58 am |
|
According to lupylucke <simonbachmann@bluewin.ch>:
:bobi la pointe <htrifol@gmail.com> wrote in message
:> Trying to find a nice way to import a CSV file to an Array to
:> display is later in a Frame. Does anyone has any examples on how to do
:> that?
:If it's easy, maybe I can help you, but first you have to tell me what a CSV
:file is.....
CSV - Comma Seperated Value
Check out Tcllib's csv module and the various example code in Tcllib.
--
<URL: http://wiki.tcl.tk/> MP3 ID tag repair < http://www.fixtunes.com/?C=17038 >
Even if explicitly stated to the contrary, nothing in this posting
should be construed as representing my employer's opinions.
<URL: mailto:lvirden@gmail.com > <URL: http://www.purl.org/NET/lvirden/ >
|
|
|
|
|