Quantcast
Viewing all articles
Browse latest Browse all 3773

Question about Text Area

Hi there.

This is probably a really silly question, but I will ask it anyway.

I have a program that writes into a text area. Simple Enough. But if I write a line, ie

TextArea1.text = theFirstString ‘holding string for a calculation turned into a string
And then
TextArea1.text = theSecondString ‘holding area for an md5 hash

I only get the output of the second string.

Now I have verified with System.Debug that the values are there, and are actually strings, and if I concatenate them, it works fine.

It does NOT print the first string, and then second String, even if I add a

EndOfLine.CRLF after the strings.

Any ideas?

3 posts - 2 participants

Read full topic


Viewing all articles
Browse latest Browse all 3773

Trending Articles