I guess posting the code would be a good idea: 
    
    
    var i: string
    i[10] = 'j'
    echo i
    
    
    Run

Reply via email to