Hi
I have got an application unsupported by the vendor. They have put some
information in txt format. I am posting only relevant parts of these. I
know they are using this to load it at runtime.
Now I want to create a reader/exporter to read and dump these files into
another format we are using.
What I feel is that the data from a struct is stored in the file, and it
can be read by reversing the process.
Any help would be appreciated.
*PACKAGE = "PKG_MODEL"
{
*VERSION = 2.0
*ITEMS[ 59 ] =
{
; Name Flags vRelated qQuantity nChildren
ChildNames
"ITEM1", 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, -1.0, 8,
"ITEM10", "ITEM11", "ITEM12", "ITEM12_00", "ITEM1_00_R"
"ITEM2", 0, 0.0, 0.0, 0.0, 0.706021, -0.706039, 0.039005,
0.039007, 1, "ITEM_33"
...
...
}
}
thanks
R
[Non-text portions of this message have been removed]