Hi everyone.
I wonder if we can return a value to paragraph
e.g:
a = 1;
b = 2;
C= a+b;
Paragraph.SetText("Paragraph1", "C");
I need to show the value of "C" in the paragraph
regards
I wonder if we can return a value to paragraph
e.g:
a = 1;
b = 2;
C= a+b;
Paragraph.SetText("Paragraph1", "C");
I need to show the value of "C" in the paragraph
regards
Comment