a ) create a local web-site and read it from there,
b) save it to a local file and read the file - but you have to wait (Sleep) until ShellExecute has finished!

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi guys,
My shellexecute is calling a python class which would return some value.
How can I get this value?
Here is what I am doing but its only returning 42.Any amount of help would be great.