I searched through the topics on this forum, program documentation and the user guide but didn't manage to find the answer so decided to ask you for some help.
Here is that "monster"

So that if image_number is 34 then the object "image34" will be made visible.
set visible of graphic "image" + image_number to true
Any ideas?
P.S. I guess there must be some function which can convert an integer digit into a string one. But also I need to merge two strings after that. Can't find any in the documentation, unfortunately.