Radiopacket [20] as variable

Started by [email protected], January 05, 2017, 06:40:56 PM

[email protected]

Arduino pro mini
Rfm69hcw adafruit

1.  What does the 20 mean in radiopacket [20]  ?

2.  How to use radiopacket [20] as a variable?
2a.  char radiopacket[20] = "Hello World #";
     When substituting a variable for "hello world" it says to put quotes so its a string.