beremiz
Clone
Summary
Browse
Changes
Graph
fixed bug : buffer overflow when debugging PLC with python blocks
2009-04-10, greg
c5f3f71e7260
fixed bug : buffer overflow when debugging PLC with python blocks
import time,sys
def myprintfunc(arg):
print arg
sys.stdout.flush()
return arg