LUA output (print)

BlitzMax Forums/BlitzMax Programming/LUA output (print)

fredborg(Posted 2007) [#1]
Hi,

Why is the LUA print output not shown until program termination?

Also if you manually terminate the program, by pressing the stop button in the IDE the output is never shown.

Is it just an IDE thing or something else?



skidracer(Posted 2007) [#2]
Hmm, they seem to have left out any flush in their print string implementation (for speed purposes?) so quick fix is to call:

StandardIOStream.Flush

before your delay