Inserting images as variables
Hi All,
I seem to have a very basic problem on something that worked for me many times. I have a loop which has Image as one of the variables. In this column my images are properly named, and all the png files are in the pool. I have done what i have done a few times before for my experiments, but this time it is not working properly.
I insert the image through the textline element and write [Image] but the sketchpad displays the image name but not the image.
I have checked my older experiments, and they run properly. The difference is that in my old experiments the image insertion is treated as file="[Image]" whereas in my recent experiment it is treated as text="[Image]". So I tried changing the script from text to file in these cases, but the experiment still displays the image name. I am actually getting an error "fail to parse script".
How can I display images as a variable and use the appropriate image form the pool?
Thank you.
Marta
Comments
Apologies, I figured what was wrong by checking the code more carefully. So please disregard my query.
But I am sure I was able to do this without resorting to the inline script.
M.