On Wed, May 11, 2011 at 13:58, John Graham <johngavingraham@xxxxxxxxxxxxxx> wrote: > You need to stringize TYPECODE twice, or you'll get (as you are > presently) #TYPECODE: > > #define STRING2(a) STRING(a) > #define STRING(a) #a Thanks a lot! That does the trick! Cheers Adam