Can someone please tell me what the following means:
ActiveForm.rtfT ext.SelRTF
I've taken it from the following context:
ActiveForm.rtfT ext.SelRTF = Clipboard.getTe xt
So it seems I am assigning the clipbard context to something that is on an
active child form - but what in the world then is rtfText.SelRTF. I dont
have an rtfText object anywhere (that I can see) and am trying to figure out
what that is. And what is SelRTF ? How can I rewrite this expression,
ActiveForm.rtfT ext.SelRTF, to be for plain text, rather than RTF text?
Thanks, Ike
ActiveForm.rtfT ext.SelRTF
I've taken it from the following context:
ActiveForm.rtfT ext.SelRTF = Clipboard.getTe xt
So it seems I am assigning the clipbard context to something that is on an
active child form - but what in the world then is rtfText.SelRTF. I dont
have an rtfText object anywhere (that I can see) and am trying to figure out
what that is. And what is SelRTF ? How can I rewrite this expression,
ActiveForm.rtfT ext.SelRTF, to be for plain text, rather than RTF text?
Thanks, Ike
Comment