Hi, I'm having trouble pulling information from the stream when trying to copy a string with spaces in it. For example, trying to copy "Jigsaw Puzzle" to my variable "item name". Can you guys lead me in the right direction to process the data? I'm working with a Random Access File. Here's my function's implementation. I'm populating ToolNameString by just using cin>>ToolName in my main