static void Job1(Args _args) { BinaryIO bin; container test; ; // bin = new BinaryIO("C:\\test.bio", "WB"); // bin.write("teste"); bin = new BinaryIO("C:\\test.bio", "RB"); test = bin.read(); info(conpeek(test, 1)); }