24-07-2006, 03:48 PM
Leighland Wrote:I actually did it like this, which looks cleaner in my mind :p:
Code:Type FriendRec
Name as string * Name_Length
End Type
Type PlayerRec
Friends(1 to MAX_FRIENDS) as FriendRec
End Type
why dont you just write:
Friends(1 to MAX_FRIENDS) as string o.O