What is the proper syntax of this command? I have tried Record2File2 16,30,test;0 and I get undefiled symbol test. If I do this
Record2File2(16,30,<test>;0) I get a syntax error. I know that 16 is the port ,30 is the seconds to record, test is the file name, what is the last 0
Record2File2(16,30,<test>;0) I get a syntax error. I know that 16 is the port ,30 is the seconds to record, test is the file name, what is the last 0
Comment