15-05-2007, 02:26 AM
Rezeyu Wrote:...
Did you remember to make a 'Type SignRec'
For lstIndex to draw the Sign.Name from?
..Scratch that, If you said it loads to txtName just fine.
Ya I think thats his problem, don't forget to add
Code:
Public Sign() As SignRec
and
ReDim Sign(1 To MAX_SIGNS) As SignRec
in modClientTCP
and the actual SignRec in the middle of modTypes
