I want to reproduce the object name in a do while loop.
this.parent.iimage1.value='ABCD'
iimage1
iimage2
iimage3
iimage4, etc
local iimage
add1=add1+1
iimage=alltrim(iimage)+alltrim(str(add1,1,0))
this.parent.iimage.value='ABCD'
I get an error object not found on iimage.
Are there a way to substitute a variable into the object name?
Thank you
this.parent.iimage1.value='ABCD'
iimage1
iimage2
iimage3
iimage4, etc
local iimage
add1=add1+1
iimage=alltrim(iimage)+alltrim(str(add1,1,0))
this.parent.iimage.value='ABCD'
I get an error object not found on iimage.
Are there a way to substitute a variable into the object name?
Thank you