void GetBlockText(char *buffer, int maxSize, long blockId)
void GetBlockText(char *buffer, int maxSize, wxNode *node, long blockId)
Gets the plain text bounded by the given block, stripping out any block codes. The second form is more efficient since it takes a node containing a pointer to the wxTextChunk, and doesn't have to search for the block.