> f= open(o1, "wb", 0) > f.write(chr(0)) > f.close() > time.sleep(1) > f= open(o1, "wb", 0) > f.write(chr(1)) > f.close() > time.sleep(1) > f= open(o1, "wb", 0) > f.write(chr(0)) > f.close()
Pai cre' ca nu inteleg eu. Forget about chr() for a while. Pana la urma, echo 1 >> ... ce valoare scrie? 1 sau 49? _______________________________________________ RLUG mailing list [email protected] http://lists.lug.ro/mailman/listinfo/rlug
