error CS1003: Syntax error, ']' expected
C# / 2020. 5. 25. 00:34
byte[] buf=new [blen];
error CS1003: Syntax error, ']' expected
byte[] buf=new byte[blen];
'C#' 카테고리의 다른 글
error CS0029: Cannot implicitly convert type 'int' to 'bool' (0) | 2020.05.25 |
---|---|
error CS1525: Invalid expression term 'char' (0) | 2020.05.25 |
전역변수 (0) | 2020.05.25 |
RS232 파일전송 - type com1: >> data.log (0) | 2020.05.23 |
error CS0029: 암시적으로 'byte' 형식을 'string' 형식으로 변환할 수 없습니다. (0) | 2020.05.20 |