PDA

View Full Version : (inq 403) = Init_part


Lim Chee Beng
09-30-2003, 08:34 PM
Anybody has seen that the result (INQ 403) = INIT_PART ? I use INQ_SELECTED_ELEM & INFOS to select programatically an element, but I inadvertently found this unexpected outcome and macro terminated.
I can't find documented info/help about (INQ 403) = INIT_PART. But I suspect one of partname was selected because matching the selection requirement. I thought subpart doesn't carry INFOS like elements, but my guess seems to be wrong now. I think I had mistakenly added some info programztically into current info (ADD_CURRENT_INFO) immediately before creating a subpart and several elements. The info seems to be embedded in the subpart.
Anyway, my wild guess might be wrong.

bfisher
10-01-2003, 08:01 AM
Lim,

I hadn't noticed that behavior, but it makes sense because ME-10 usually treats parts a little different than individual elements. You might try the inq_part command where inq 904 & 905 allow you to operate on info strings that are attached to parts and not elements. Good Luck,

Bruce