Hi,
i have just noticed, that i could not edit tags (make empty or replace) in a sequence that is explicit encoded.
=> Assertion `dummy == ValueLengthField' failed.
I have attached a simple example application for further investigation.
Is this a bug?
kind regards
chris
You are playing with low level struct. You either need to compute the proper length for the SQ, or simply switch the DataElement to undef length. Eg: DataElement::SetVLToUndefined()