ID:273548
 
Okay, so I have this edit profile window with four inputs. Normally I have the person hit enter to save the information, but nobody seems to like that. Instead I've added a Save button at the bottom, but I don't know how to program said button.

http://imageftw.com/uploads/20100804/Edit-Profile.png

How do I make this save button save all information currently in the input bar to its var.
You can use winget() to simply get the Input's Value while making a var the same as that Value.
var Name = winget(src,"default.Input","text=")

// or

src.Name = winget(src,"default.Input","text=")