Re[2]: set a prop after get url a stackfile

2005-04-03 Thread thierry
ÉC> Hi Thierry, ÉC> go invisible url ÉC> "http://home.infostations.net/jhurley/NineBallWithSpin.rev"; -- very ÉC> nice work :-) Indeed :-) ÉC> put the short name of this stack ÉC> set the uTest of this stack to "Done" ÉC> save this stack -- as "xyz" ÉC> delete this stack -- memory cleanup Ex

Re[2]: set a prop after get url a stackfile

2005-04-01 Thread Éric Chatonet
Hi Thierry, Dan and Klaus, May be I did not understand correctly this thread :-) But, as it was possible with HC, you can get or set any property of any stack "silently" i.e. without "going" to it. For instance, try this: answer file "Choose any stack:" put the script of stack it -- that's fo

Re: Re[2]: set a prop after get url a stackfile

2005-04-01 Thread Dan Shafer
You made a tiny but important mistake. On Apr 1, 2005, at 8:49 AM, thierry wrote: in fact, i did try in local, so: put url ( "binfile:" & theFullpath ) into aAnonymousStack Instead of "put", use "get" and don't put it into anything. get url ("binfile:" & theFullPath) put the short name of it int

Re[2]: set a prop after get url a stackfile

2005-04-01 Thread thierry
Hi Klaus, Dan and all, thanks for your help as usual :-) but can't make it work :-( KM> Simply do this AFTER it has been downloaded: KM> ... KM> get url "http://aStackFile"; KM> put the short name of stack it into myTargetstack KM> save stack myTargetstack as "xyz" in fact, i did try in