Click here to Skip to main content
15,881,413 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
So I have a Python app that has rapidly changing values in a variable, say it x. I want to be able to access the current value of that variable from a separate C# app running on the same machine. Is there a recommended (i.e. efficient) way of doing this?

What I have tried:

I have the two apps ready to go.
Posted
Updated 2-Jun-22 22:43pm

1 solution

 
Share this answer
 
Comments
LF FF 3-Jun-22 6:14am    
You are the man!
Richard MacCutchan 3-Jun-22 7:23am    
Ha, ha, I wish!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900