Search:

Type: Posts; User: Petr Schreiber; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    9
    Views
    46,754

    Hi Edcronos, the thinBasic dictionary uses...

    Hi Edcronos,

    the thinBasic dictionary uses string,string key,value pairs. Thats how it is designed.

    But that does not mean you cannot store array, but sure it implies a bit more work.

    One of...
  2. Replies
    9
    Views
    46,754

    Eduardo, my apologies, but I am not sure I...

    Eduardo,

    my apologies, but I am not sure I understand.
    What do you find problematic regarding the dictionary module please? If I understand correctly, it should do the same for you.

    What you...
  3. Replies
    9
    Views
    46,754

    Hi Eduardo, variable names by string sound...

    Hi Eduardo,

    variable names by string sound like a case for dictionary.



    uses "console", "dictionary"


    dim values as new cDictionary(1024) ' -- Pre-allocated storage for 1024 named...
Results 1 to 3 of 3