ziggy..

BlitzMax Forums/BlitzMax Programming/ziggy..

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 its through the debugger nevermind cause thats not what I'm looking for.

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.

Well whats the easiest way to send data between two bmax apps? I haven't gotten anywhere using stdin/out, and I'm stuck in my program until I can figure this out.

Edit:Stdio

Yes, it does 'print <expression>'