This auxiliary function extracts the (string) element in the
position argument of the vector argument.
vecextract(vector, position, truncation = 0)the vector from which we want to extract the elements.
the position in vector to extract.
the number of characters from the front of the element being extracted that should be dropped.
A chracter/string.