======values====== Get all the item values of an [[PTPScript:Types:Array|Array]]. \\ **Syntax** * ''[[PTPScript:Types:Array|Array]] values( [[PTPScript:Types:Array|Array]] subject )'' \\ **Parameters** * [[PTPScript:Types:Array|Array]] ''subject'' - The Array to get the item values from. \\ **Result** * [[PTPScript:Types:Array|Array]] - An Array containing all the item values of ''subject'' as item values. Returns the item values of ''subject''. This is essentially the same as re-assigning the item keys of ''subject'' from ''0''.