Quote:
Originally Posted by Gambet
Depends on the length of the array, if it really is just 3 numbers then save the extra line and just send the trigger using {1,2,3}, but if it's a rather large string array of some sort then it would be better to use a temp. var.
|
It's really personal preference. Some people always stick things in a variable, even if they only plan to use it once and could have inserted it there. Others always put it directly in the function.