Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Friends List
#7
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

Smile



why dont you just write:

Friends(1 to MAX_FRIENDS) as string o.O
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)