
I’ve got this bit of code where I’m listing table fields that I’m going to eventually Join into a SELECT statement. [crayon-59e298b81c2d8600894868/] As you can see, I needed to add a new field in position 1. Now I’m faced with renumbering the rest of the array. Terrible. So I wrote this: [crayon-59e298b81c2e3937249398/] Now I can […]