Timeline for Nothing received from function returning array of strings
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 2, 2020 at 4:56 | comment | added | MAXdB | Thanks for the edits in the if statement and the function definition, both were my mistakes. | |
| S Jun 2, 2020 at 4:54 | history | suggested | Ciasto piekarz | CC BY-SA 4.0 |
wrap condition and move square brackets after variable
|
| Jun 2, 2020 at 4:40 | comment | added | MAXdB |
My bad. Try read(String read_ssid_pswd[]) {
|
|
| May 31, 2020 at 21:28 | review | Suggested edits | |||
| S Jun 2, 2020 at 4:54 | |||||
| May 31, 2020 at 21:27 | vote | accept | Ciasto piekarz | ||
| May 31, 2020 at 21:18 | comment | added | Ciasto piekarz |
tried your suggestion , but I got this error: expected ',' or '...' before 'read_ssid_pswd' at boolean configuration::read(String[] read_ssid_pswd) {
|
|
| May 31, 2020 at 21:00 | comment | added | Ciasto piekarz | I see so just because the array in initialised in the setup method I do not have to return the array . thanks for posting an example. | |
| May 31, 2020 at 20:37 | history | answered | MAXdB | CC BY-SA 4.0 |