21-04-2007, 04:56 AM
Im having 'topic title' bug on .HDSerial and it says that... I've added the HDSerial as String in PlayerRec but that didn't fix problem but heres the function..
Any idea on how to fix?
And i've tried to change the function to
.........(ByVal index As Long, HDSerial As String) As String ........
and it fixed that error but then it gave me an error on GetPlayerHD for Argument not optional...
So any idea?
Code:
Function GetPlayerHD(ByVal index As Long) As String
GetPlayerHD = Player(index).HDSerial
End Function
Any idea on how to fix?
And i've tried to change the function to
.........(ByVal index As Long, HDSerial As String) As String ........
and it fixed that error but then it gave me an error on GetPlayerHD for Argument not optional...
So any idea?