I have a file named funcx.ado stored in the directory D:\ds\Statas\s17\ado\XS.
When I execute the following commands:
I always encounter the error "file funcx.ado not found." What could be the reason for this?
When I execute the following commands:
Code:
adopath + "D:\ds\Statas\s17\ado\XS" do "funcx.ado"
Comment