View Single Post
05/21/14, 07:26 PM   #3
Stormknight
 
Stormknight's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2014
Posts: 128
I strongly advise against passing the variable _ to a function, unless you have declared it locally (assuming that's what you meant in the example).

It is commonly used as a "junk" variable so could contain any random value.
  Reply With Quote