Within MGET.prg, for a large amount of text, there seems to be no purpose in setting cCaption based on bSetGet. eg with a 20K string, cCaption will take up 20K of string space but serve
no real purpose and that 20K will get used to calculate the size of the window.
Setting cCaption to "" and changing the calculation for ::nRight seems to works fine instead of relating it to the bSetGet. Is such a change beneficial, or have I misunderstood?
TIA
Colin