Hello,
The process name of our application can be either pentagon32.exe or pentagon64.exe.
We want to use the same recorded script for both of them.
We can change manually the value of the processname in the namemapping.
We saw we can get this value in code in runtime.
Can we set it in runtime? We got an error trying.
'Wrong number of arguments or invalid property assignment'
NameMapping.Sys.Pentagon.ProcessName = "Pentagon64";
If not possible, what can we do?
Bye