var
image1 = "flower.png"
winset(usr, "label1", "image = [image1]")
Problem description: I have a variable with the name of the pic I'd like to set to a label, that pic with the name exists in the directory. I can't get to set it with winset though, think it's must be the winset line of code... Any ideas?
Ty