S
Sagaert Johan
Hi
public const char ETX='\u0003';
Does not seem to be public...
Why ?
If i remove the const keyword ,it then seems to work
Johan
public const char ETX='\u0003';
Does not seem to be public...
Why ?
If i remove the const keyword ,it then seems to work
Johan