In Visual FoxPro we use the & (Ampersand_ symbol to designate a variable as being a macro expansion, so that if a variable represents a command, for example, using something like &RunThis, the placement of that variable will actually run the command it represents.
So, my question is, what does &0 or 0& represent? I can't remember which came first, the 0 or the ampersand. I saw it in some VBA code a few days ago and was curious what its purpose is.