# Problem reading csv file in SecondApplet

**URL:** https://discourse.processing.org/t/problem-reading-csv-file-in-secondapplet/43297
**Category:** Coding Questions
**Created:** [November 24, 2023, 11:01am UTC](https://discourse.processing.org/t/problem-reading-csv-file-in-secondapplet/43297 "2023-11-24T11:01:31Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![graham](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/graham/32/19058_2.png) [@graham](https://discourse.processing.org/u/graham)
#### Post date: [November 24, 2023, 11:01am UTC](https://discourse.processing.org/t/problem-reading-csv-file-in-secondapplet/43297/1 "2023-11-24T11:01:31Z")

</div>



---

<div class="post-metadata">

### Author: ![GoToLoop](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/gotoloop/32/86_2.png) [@GoToLoop](https://discourse.processing.org/u/GoToLoop)
#### Post date: [November 24, 2023, 11:13am UTC](https://discourse.processing.org/t/problem-reading-csv-file-in-secondapplet/43297/2 "2023-11-24T11:13:47Z")

</div>

> [@Cannot Export DXF from PWindow?](https://discourse.processing.org/t/cannot-export-dxf-from-pwindow/36767/2):
>
> Check out these 2 examples about using [runSketch()](http://processing.github.io/processing-javadocs/core/processing/core/PApplet.html#runSketch-java.lang.String:A-processing.core.PApplet-) + [ARGS\_SKETCH\_FOLDER](http://processing.github.io/processing-javadocs/core/processing/core/PApplet.html#ARGS_SKETCH_FOLDER) + [sketchPath()](http://processing.github.io/processing-javadocs/core/processing/core/PApplet.html#sketchPath--): [Size method for intial window not working when more windows are are added. - Processing 2.x and 3.x Forum](http://forum.Processing.org/two/discussion/16457/size-method-for-intial-window-not-working-when-more-windows-are-are-added#Item_1)

> [@Pure Java random string code to Processing random string code](https://discourse.processing.org/t/pure-java-random-string-code-to-processing-random-string-code/36072/5):
>
> Actually Java can have keyword class inside a function! However its usage is rare & not so many folks know about it: nerd_face void settings() { size(600, 400); noLoop(); class classInsideFunction extends PApplet { public void settings() { size(400, 300); println(sketchPath()); } public void setup() { frameRate(1); } public void draw() { background((color) random(#000000)); } } final String[] switches = { ARGS\_SKETCH\_FOLDER +…
