var/randompicture = 'randompicture.PNG'
winset(usr , "random1.random2" , "image=[randompicture]")
Problem description:
this line of code describes setting a specific image to a certain label.
the problem is that i have no idea how to nullify the image of the label after setting it.(XD)
ive tried this:
winset(usr , "random1.random2" , "image=[null]")
and this:
winset(usr , "random1.random2" , "image=")
hoping it will work but it didnt can someone explain me where im where wrong?