ziggy..

BlitzMax Forums/BlitzMax Programming/ziggy..

plash(Posted 2006) [#1]
ziggy said..
Expression evaluator is extremely slow becouse it generates a temporal BMX file to evaluate expressions, and then it compiles it and gets the result.
How do you capture what the code prints out? If it is through the debugger forget the question, that is definitely not what I'm looking for.


Koriolis(Posted 2006) [#2]
I don't see any reason why he would have done anything more complex than just
Print <the expression>
and reading the result on the standard input.


plash(Posted 2006) [#3]
Well whats the easiest way to send data between two Max apps? I haven't gotten anywhere using stdin/out, and I'm stuck in my program until I can figure this out.

EDIT: Attempt


ziggy(Posted 2006) [#4]
Yes, it does 'print <expression>'