I have a robot program performing screwdriving over and over on different serial #s from a similar assembly number. Every time I load a new serial #, I would like to create an array for that serial number to keep track of verification at each location
So what exactly are you asking?
Yes, you can create arrays: var1 := [x1, x2, x3, x4 ….]