HyperView HyperMath communication
Hi all,
I am trying to send result data from a HyperView script to HyperMath to preform all the math intensive calculations and then send the result back to my tcl script. I am having trouble finding out how to send information back and forth between the two programs. Has anyone done this before?
Thanks
Brian
Find more posts tagged with
Sort by:
1 - 3 of
31
Hello
dde is a tcl command and you can find help on it in tcl manual
Hello
You can write data to a file and let hypermath process it
Or use dynamic data exchange
Or use templex to process math tasks