Skip to main content

Hi again,

Now I have the problem of replacement of variables resolved need a field to write the original text (which contains the variables to be replaced).
I was looking for and I think I have two options: one TextBox or RichTextBox.

I looked for some features of RichTextBox and it seems a better solution for this case. I tried to use it and could not even put the RichTextBox content in a variable or the variable content in the RichTextBox.

Can anyone help me with a small example?

Thanks

Hi again,

Now I have the problem of replacement of variables resolved need a field to write the original text (which contains the variables to be replaced).
I was looking for and I think I have two options: one TextBox or RichTextBox.

I looked for some features of RichTextBox and it seems a better solution for this case. I tried to use it and could not even put the RichTextBox content in a variable or the variable content in the RichTextBox.

Can anyone help me with a small example?

Thanks

A RichTextBox can contain other elements besides basic text so it is more complicated to use. If you are simply trying to input and display standard text data then Textbox would probably be more appropriate.

Please see article here:


Hi again,

Now I have the problem of replacement of variables resolved need a field to write the original text (which contains the variables to be replaced).
I was looking for and I think I have two options: one TextBox or RichTextBox.

I looked for some features of RichTextBox and it seems a better solution for this case. I tried to use it and could not even put the RichTextBox content in a variable or the variable content in the RichTextBox.

Can anyone help me with a small example?

Thanks

Hello,

I had already realized that it was not easy but I will try with the example that sent me.

Thanks