set a prop after get url a stackfile
Dan Shafer
revdan at danshafer.com
Fri Apr 1 12:07:00 EST 2005
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 into aAnonymousStack
Then aAnonymousStack contains the name of the stack downloaded rather
than the downloaded file itself.
I tested that here and it seems to work.
> then "open" or "go" "aAnonymousStack" starts the stack,
> but i got an error trying to get the name,
> or set a prop to the *aAnonymousStack*
>
> Where is the obvious ? what's wrong ?
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Dan Shafer, Co-Chair
RevConWest '05
June 17-18, 2005, Monterey, California
http://www.altuit.com/webs/altuit/RevConWest
More information about the use-livecode
mailing list