Forum Discussion
tim_espasandin
13 years agoOccasional Contributor
Here's a thought...
Isn't an object's FullName property a string? Maybe I could do something like:
notepad = Sys.Process("notepad").Fullname;
That should give me a string that I can work with normally. I'll give it a try.
Isn't an object's FullName property a string? Maybe I could do something like:
notepad = Sys.Process("notepad").Fullname;
That should give me a string that I can work with normally. I'll give it a try.