How do I convert A String into a Varible?
Im tring to get a string out of a form but them I need to turn it into a variable so it can stop a loop, how can I do that?
I know Integer To String Which is inttostr, I guess what is the opposite?
How do I convert A String into a Varible?
Im tring to get a string out of a form but them I need to turn it into a variable so it can stop a loop, how can I do that?
I know Integer To String Which is inttostr, I guess what is the opposite?
variable:= field.Text;
Replace variable with what you want it to be and field with the editbox (or wahtever it is) with the name (usually edit1 or edit2 etc).
Thanks guys I just needed that, I didn't realize it was that simple!![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)