In article
<d3366a25580e36b3b0b3034aedc174ec@localhost.talkaboutmac.com>, madesmet
> Is there a way to convert the number 5 into a string that can be used
> with
>
> key "CFBundleGetInfoString" value string APPLICATION_VERSION
From the release notes for the property list compiler:
"Added new __STRING__() pseudo-macro directive to convert non-string
items into strings."
David Phillip Oster - 27 Feb 2005 00:47 GMT
> In article
> <d3366a25580e36b3b0b3034aedc174ec@localhost.talkaboutmac.com>, madesmet
[quoted text clipped - 8 lines]
> "Added new __STRING__() pseudo-macro directive to convert non-string
> items into strings."
What a shame they didn't just grab the preprocessor from their Rez
compiler, and given us $$format().

Signature
David Phillip Oster