MathGroup Archive 2009

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

Search the Archive

Re: Import using Button( GUI)

  • To: mathgroup at smc.vnet.net
  • Subject: [mg102796] Re: Import using Button( GUI)
  • From: Sjoerd <s.c.devries at xs4all.nl>
  • Date: Thu, 27 Aug 2009 06:36:26 -0400 (EDT)
  • References: <h7373v$b4h$1@smc.vnet.net>

Button["test", a = Import["file,txt"]] works for me. Perhaps you
forgot the assignment part? The Import has to go somewhere...

Cheers -- Sjoerd

On Aug 26, 1:42 pm, Hemangi Wadekar <hemang... at hotmail.com> wrote:
> Hello,
>
> Is there any way to Import a file using GUI?
>
> I tried using Button and importing from inside the Button[] code--but it does not work.
>
> I was wondering if this is due to scoping issues.
>
> Any pointers, please?
>
> Thanks,
>
> Hemangi
>
> _________________________________________________________________



  • Prev by Date: Re: ClearAll ?? or what
  • Next by Date: Re: Import using Button( GUI)
  • Previous by thread: RE: Re: Import using Button( GUI)
  • Next by thread: Re: Import using Button( GUI)