So say I have a string called name which maybe be equal to "Sam" or "Max" or maybe "Betty". I'm trying to make a variable that has a different name for each value of name.
For example it might be Samitems or Maxitems or Bettyitems.

Is there anyway way to insert a string into a variable name?