Rick Mann Wrote: > enum : uint > { > kSomeConstantValue = 'abcd' > } I realized I was misunderstanding something else I saw, and that "abcd"d doesn't do what I thought (make a 4-byte character). So: how to I do the equivalent of 'abcd'? Thanks!