ok i am writting a class, this class interacts with a fscommand()
I have to be able to get a response [this part already works] from the fscommand() and it is stored in [AS]fscommand(“ARG”, “theObject.Path”)[/AS]
How do I get it to place the response within the same object that called it. By the way this.Path does not work. I know I am probably being vauge, but its the best I can do to explain what it is that I want to accomplish.