Hello everyone,

How to get the first element in a Table ?

My example : 
    
    
    import tables
    
    var a = {1: "one", 2: "two"}.toTable
    
    echo a.keys[0]
    
    
    Run

The result, for me, should display **1**.

Thanks.

Reply via email to