Currently the main issue im having is that im calling a function for the length of a list
the syntax i know is "arrayName.Length" to make it go throught the length of the preset array
i need to know the the appropriate list command to call the current length of the list
so far i found "listName.Count" actually runs but it doeasnt call the function the same way
if someone needs to see the code i can post it, but im hoping this issues isnt as hard as im making it out to be