modify(S, To:char_array, Result:string) :<- get(S, class, Class), get(Class, instance, '%s', To, Result).
See char_array<-modify for details.
<-