P park jae hyun Member Licensed User Longtime User May 10, 2011 #1 Hi Problem .... (1 +2) ^ (36 * 22.12) I will try to calculate the expression ^ is the square root Please tell me ... Another problem .... When entering text in the box ... automatically 123,232,120 I want to do this ... Please answer ...
Hi Problem .... (1 +2) ^ (36 * 22.12) I will try to calculate the expression ^ is the square root Please tell me ... Another problem .... When entering text in the box ... automatically 123,232,120 I want to do this ... Please answer ...
Erel B4X founder Staff member Licensed User Longtime User May 11, 2011 #2 B4X: Power(1+2, 36 * 22.12) You will need to use the TextChanged event and change the text yourself. Upvote 0