Hi @all I don't really know the difference between eval(expression) and do(expression).
Example 1:
eval(win.debugshow("test"))
do(win.debugshow("test"))
Result is the same.
But:
eval(*dos *hide dir r:\ /s > test.txt)) doesn't work - error
do(*dos *hide dir r:\ /s > test.txt)) works
Any information is much appreciated
Best regards Detlef
