At the bottom of the AutoDoc, it says:
uint32 result = IDoMethodA(APTR obj, struct GP_TEXTEDITOR_ExportText* msg);
Isn't that kind of misleading/confusing? Should be APTR or STRPTR for result?
STRPTR Data;
if ((Data=(STRPTR)IIntuition->IDoMethod(ChildObjects[GAD_TEXTEDITOR],GM_TEXTEDITOR_ExportText,NULL)))
Several of them say uint32 for the result.