Search:

Type: Posts; User: kryton9; Keyword(s):

Search: Search took 0.01 seconds.

  1. Replies
    12
    Views
    16,248

    Re: Dictionary example

    Will read thanks for the links Eros.
  2. Replies
    12
    Views
    16,248

    Re: Dictionary example

    Thanks Eros, can you explain where the 3 and 2 came from to size the dictionary with the create command, how do you determine those values?
  3. Replies
    12
    Views
    16,248

    Re: Dictionary example

    Petr, I don't understand this code:
    %NUM_Characters = 3
    pInventoryDict = Dictionary_Create(%NUM_Characters * 2) ' -- Character name + inventory

    Why not:
    pInventoryDict = Dictionary_Create(3 *...
Results 1 to 3 of 3