Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I have (2) textfields that I need to take the data entered from each and populate a 3rd field using the data entered in field 1 (plus 3 spaces) and then the data that was entered in field 2. All of this will populate in field 3.
Is this possible?
Thanks,
Solved! Go to Solution.
tf3.rawValue = tf1.rawValue + " " + tf2.rawValue;
View solution in original post
Views
Likes
Replies