I'm not sure, but here b should contain ptr to empty string - am I right?
    
    
    var a = ""
    let b = a.cstring
    echo $cast[int](b)
    

But why do you need this?

Reply via email to