For instance, lets say I ran a prg that had the following output:
?"Running program helloworld.prg"
.
.
.
??"...done!!"
Is it possible to save this output into a cursor or an array?
i.e.
laOutput[1] = "Running program helloworld.prg"
laOutput[2] = "...done!!"
Just curious...
?"Running program helloworld.prg"
.
.
.
??"...done!!"
Is it possible to save this output into a cursor or an array?
i.e.
laOutput[1] = "Running program helloworld.prg"
laOutput[2] = "...done!!"
Just curious...