Using AcePerl, I'm trying to add data to an object
created in my script. The 'add_row' (and 'add_tree')
methods do not appear to be capable of handling a tag
without an associated value (e.g. using the existence
of the tag in the object as a flag.)
Is it possible to add just a tag that has no associated
value in the model using AcePerl? (importing a .ace file
works fine)
Thanks. Brian
---