This is a MHEG coding problem, not an implementation problem.
I am trying to read the contents of a text file into a string variable
so that I can use the DAVIC string progs to break it up, but things are
not going as planned!
You can not read referenced content into a OctetStringVar, can you?
(SetVariable does not allow for content)
So instead you can load it into a text object, but then you cann't move
the content of that object to the variable as GetTextContent puts the
reference in the OString!
How do you do it? Or are the DAVIC string functions supposed to be able
to understand referenced content?
Yours confused
Ian