Quantcast
Channel: Xojo Programming Forum - Latest topics
Viewing all articles
Browse latest Browse all 3904

DesktopTextArea.AddText behavior & doc

$
0
0

The documentation says:

AddText(text As String)

Adds the passed text to the current Text.

  1. What is current text and how do I define it ?
  2. Works fine to add “Vanessa”, but not to add a larger text: in that case, it goes at the end of the Text (Append…)

I wasted hours with that because I couldn’t understand the difference: same code (but larger string).

At last; I used .SelectedText (after .SelectionStart Integer) and it worked.

7 posts - 4 participants

Read full topic


Viewing all articles
Browse latest Browse all 3904

Trending Articles