hey all I have a problem that is hard to get into. Here is the situation that I have... I have a function that data is returned into, lets create a test case
I would like to get the value if data.something out of the function with out calling (because I cant)
is there a way to get the data out of test me without calling another function?
thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!
Code:
function testme(data, ioArgs)
{
alert(data.something);
}
Code:
var outMe = test(data, ioArgs);
is there a way to get the data out of test me without calling another function?
thanks,
timgerr
-How important does a person have to be before they are considered assassinated instead of just murdered?
-Need more cow bell!!!