vote up 0 vote down star

I want to find out more about the $ev special variable and special variables in general. Anyone know how to search to ensure google or bing or yahoo doesn't ignore the $ sign. The usual help about using + in front of the word doesn't seem to help nor speech marks.

Yes I've tried search google for the answer, stack overflow seem to have the same problem :-)

flag

Duplicate of stackoverflow.com/questions/842478/… . – mmyers Jun 3 at 22:16
no quite duplicate - my question is about the variables but hey go ahead and close it :-) – Preet Sangha Jun 3 at 22:26

1 Answer

vote up 2 vote down check

Make your search more specific by providing context, like Visual Studio Debugger exception variable. Search engines generally don't take punctuation into account for queries, with a few exceptions that have been specifically added as rules. (You can search for "A+", but not "+A" or "A+B".)

link|flag
Thanks to Miles above I realise that they are called pseudovariables or pseudoregisters and now I can search for them as I need – Preet Sangha Jun 3 at 22:51

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.