Hi all, is it possible to use either a 'Type' variable with an imageview.tag.
I have created a type
'Type thumbimage(thumba as string, indexa as int)'
I can pass the thumbimage data to my tag but cannot see how to reference just the thumbimage.indexa variable
- my current script is as follows but this only allows the passing of one variable.
sub setupthumb
thumb(i).Tag = folderb
end sub
sub clickthumb
tc = Sender
clickedthumb = tc.Tag
end sub
many thanks
I have created a type
'Type thumbimage(thumba as string, indexa as int)'
I can pass the thumbimage data to my tag but cannot see how to reference just the thumbimage.indexa variable
- my current script is as follows but this only allows the passing of one variable.
sub setupthumb
thumb(i).Tag = folderb
end sub
sub clickthumb
tc = Sender
clickedthumb = tc.Tag
end sub
many thanks