ID:968127
 
(See the best response by Super Saiyan X.)
Code:
winset(m,"label","image=[null]")


Problem description:

Is this way fine for removing images from a label? It's not consistently working for me, or semi working, so I need to figure out if this is the reason why, or if I should spend time reviewing other things in the code for the issue.
Best response
you could just do "image=", without the []
You should just be able to use "image=", rather than =[null]

[EDIT] FUUUUUUU- [END EDIT]
Well that's what I was doing originally but that had the same result.