Skip to content
Prev 172703 / 398506 Next

character string as object name

b is character string:
`MSFT$MSFT.Adjusted`

Note the backticks: that is a valid (if non-syntatatic) name, but you 
don't have an object of that name.
On Thu, 5 Mar 2009, Fuchs Ira wrote:

            
The question is rather why you are misinformed about how it works.
Since you didn't explain how you think it does work, we have little 
idea what your error was.  If it helps,

MSFT$MSFT.Adjusted

is a call (to `$`).

It also helps to explain what you are trying to do rather than just 
what you did.