I wanted to put a _private_ (versus public) constant into the code.
In short, this does not work:
<Constant>
<TextEncoding>134217984</TextEncoding>
<ItemName>privconst</ItemName>
<ItemType>1</ItemType>
<ItemDef>1</ItemDef>
<ItemFlags>33</ItemFlags></Constant>
While this works:
<Constant>
<TextEncoding>134217984</TextEncoding>
<ItemName>privconst</ItemName>
<ItemType>1</ItemType>
<ItemDef>1</ItemDef>
<ItemFlags>33</ItemFlags>
</Constant>
(note the last line)
--
Thomas Tempelmann - exaggerating over a million times a day!
http://www.tempel.org/rb/ -- The primary source of outdated REALbasic
plugins and examples
Skype: tempel.org AIM: superTempel