09.07.2009, 22:12
You can't store a string (Alphanumeric text) in a variable, it must be stored in a string.
Example:
new Variable; - bad
new String[2] - good
You may need to change the 2 to suit your needs..
Errr, looking at the code, why do you even need MYVARIABLE? What's wrong with VHF?
Example:
new Variable; - bad
new String[2] - good
You may need to change the 2 to suit your needs..
Errr, looking at the code, why do you even need MYVARIABLE? What's wrong with VHF?