VBGamer |
|||||||||||||||||||||||||||
Problems with Property Let... yeukang (1 reply, 0 views) (2001-Jun-4) Could anybody help me out with this problem? Here's my Property Get code:
Friend Property Get Item(Index As Integer) As tTrack
Item = mvarTracklist(Index)
End Property
How do I create the Property Let counterpart? I couldn't figure out how to include that Index variable.
Thanks in advance!
/Yeu Kang Hua
|