HI,
first post so go easy on me
.
i have only been using processing for about a week now and have come unstuck.
i`m having an issue with this code i wrote, it works but i get NULL values in my results.csv file.
i will post all of the code but there is a stock report and location check .csv files missing.
i believe the the line in red is my failing but do not know how to fix it.
import javax.swing.*;
int records;
int records1;
int count;
int x;
int y = 80;
int i=0;
int j=0;
int position=0;
int a;
int pos;
int findme =0;
int ff = 20;
int xx = 100;
String[] stocklist;
String[] location;
String[] txt = split("Barcode,Item,Location,Size,Description,Qty,Pick,Putaway,Available,Default,Fixed,XDoc",',');
String search;
String[] savtxt;
int index = 0;