Adding a template to the end of media object text

IanPurves

Member
In Media Object Viewer, we want to be able to pick up a template from P98TMPL and add it as a footnote to an existing text object. By default media object viewer will only add it to the beginning of the text. Has anyone found a way to override this and add templates to the end of the text?
 
There are standard C functions that manipulate some media objects, I would try to use the know-how from one of them and implement the logic of appending your text yourself directly in a C function. I believe this should work.
 
Back
Top