Forum Discussion
hlalumiere
12 years agoRegular Contributor
Think about it a bit, what is your code doing in (2)? It's not doing anything! You are passing the property parameters, but not storing the return value. There is no point in running that line at all, unless you put the return value in a variable. Granted, I don't know why this is generating a runtime error, but it's something you would never do in real code anyways.