good morning.
My problem is this I have loaded with
and that no string reconose me for the next function
void setup () {
String lines [ ] = loadStrings (" list.txt ");
}
void draw () {
String w = lines [ 0];
if ( c.equals ( "james ")) {
println (" served ");
}
}
as I make these characters that I have stored in lines [ ] can keep the back in a "string " without problems
from already thank you very much for your help I hope soon adapting such
My problem is this I have loaded with
"String
lines [
] =
loadStrings
("
list.txt
");
"
and that no string reconose me for the next function
void setup () {
String lines [ ] = loadStrings (" list.txt ");
}
void draw () {
String w = lines [ 0];
if ( c.equals ( "james ")) {
println (" served ");
}
}
as I make these characters that I have stored in lines [ ] can keep the back in a "string " without problems
from already thank you very much for your help I hope soon adapting such
1