Re: Adding string to Memo
- From: Rob Kennedy <me3@xxxxxxxxxxx>
- Date: Sun, 30 Oct 2005 16:51:47 -0600
Jamie wrote:
if you use the "Text" property, it should give you the raw string like it is seen in the control. then using Insert(Memo1.Text, theStringToPutin,Memo1.SelectStart);
Almost. The Insert procedure requires a "var" parameter, and properties such as Text can't be used that way. You'll need to use a temporary string variable and then assign the variable to the Text property when you're finished.
-- Rob .
- References:
- Adding string to Memo
- From: Brian
- Re: Adding string to Memo
- From: Heinrich Wolf
- Re: Adding string to Memo
- From: Brian
- Re: Adding string to Memo
- From: Jamie
- Adding string to Memo
- Prev by Date: Re: Version after Version
- Next by Date: Re: Transparent window
- Previous by thread: Re: Adding string to Memo
- Next by thread: Re: Adding string to Memo
- Index(es):