When using C compatable strings a hex constant will be ignored if used as the last character of a string. declare foo character initial("(c)\x31\x32"); The length of string foo is one. It should be length two.
Fixed in 0.5
Log in to post a comment.
Fixed in 0.5