> Why am I unable to convert from "cstring" to "string"?

Because you're not really converting. You're passing a `cstring` (right hand 
size of `=`) to something you declared as `string` (left hand side).

Try the following: `let name = exc.name.string`

Reply via email to