Hello people ,
I am now facing a little problem .. maybe I could not find the answer coz I am kinda newbie , However , Here's my Question :
I wanna get a text from an input1 .. Here is the action :
result = Input.GetText(input1);
Now I want to let that "result" appear into another input BUT inserted in a sentence like :
Good One , I like the [result]![]()
such that the bold [result] is the text which I got from Input 1 ..
Shall I expect any answer ??![]()

