Currently only char arrays are implemented, and for the single indexed array form: BEGIN-STRUCT: foo FIELD: char[100] bar END-STRUCT my-foo foo-bar => "hello" "X" 0 set-foo-bar my-foo foo-bar => "Xello"