moving images between stacks
Klaus Major
klaus at major-k.de
Fri Jul 25 17:29:21 EDT 2003
Hi Edwin,
> ...
> I have tried everything I can thing of...
>
> put image "default" of card 1 of stack "old" ...
This is the referenced image?
> into image "default" of card 1 of stack "new"
And you want a copy in this image?
Then try this:
put url("binfile:" & the filename of img "default" of cd 1 of stack
"old")\
into image "default" of card 1 of stack "new"
You cannot "put" a referenced image into another one :-)
Hope that helps.
Regards
Klaus Major
klaus at major-k.de
www.major-k.de
More information about the use-livecode
mailing list