PDA

View Full Version : Variable Declaring


MDude
09-21-2005, 10:55 AM
What function or method is used to change a variable from one value to another? All the functions I can find are for comparing variables. Without a a=b function, variables don't have the ability to change over the course of the program, which is kind of the point of having them.

kingsamses
09-21-2005, 02:00 PM
Drag the variable from the variable list to your method and you can assign it a new value.