I could be wrong but I wanted to post this to see if there is a possible bug I should report.
I was experimenting with appending text with 2 nested loops and their loop indexes. But when I tried to append them this first way, all I got were "1"'s.
Here is my original event:
<img src="https://dl.dropboxusercontent.com/u/15587147/New%20Bitmap%20Image.bmp" border="0">
Here is the result:
<img src="https://dl.dropboxusercontent.com/u/15587147/New%20Bitmap%20Image%20%282%29.bmp" border="0">
I have searched all over the forums to find if this is a known bug or issue and found nothing. It may just be my not understanding how to build texts--but the explanation in the manual is very easy and it works with other variables fine.
I was able to fix the problem by adding an & and a double quote:
<img src="https://dl.dropboxusercontent.com/u/15587147/New%20Bitmap%20Image%20%283%29.bmp" border="0">
and the result below is the way I thought it would work without having to use an & symbol with 2 quotes......am I doing something wrong?
<img src="https://dl.dropboxusercontent.com/u/15587147/New%20Bitmap%20Image%20%284%29.bmp" border="0">
here is the fixed cap---sorry
https://dl.dropboxusercontent.com/u/15587147/buildtext.capx