reading file
in
Programming Questions
•
2 years ago
please can anyone help me with this question.How do you read data from a file.
This is what i have written .
void setup() {
size(200,200);
background(154);
}
void draw(){
String filename=dataPath("yesbos.txt");
println("filename");
size(200,200);
background(154);
}
void draw(){
String filename=dataPath("yesbos.txt");
println("filename");
}
1