ID:262638
Oct 1 2005, 1:55 pm
|
|
Fixed it...
|
Oct 1 2005, 1:59 pm
|
|
You can't add two things of a different type together (a number and a string for example). The most common cause is trying to add something to a list that's either not a list or improperly initialized.
|