I need to known if an img is in a group
I tried :
Code: Select all
If img myImage is in group MyGroup then
show img myImage
else
hide img myImage
end if
i understand is in work only with strimg (like explaned in the revdictionary)
I must write a function for that ?
Jean-Marc