Shanked
July 29th, 2008, 09:12 AM
If I made a string array, would each number in the array hold a different string or character? I know a character array holds a string, so I'm not talking about that. I'm talking about a string array.
|
Click to See Complete Forum and Search --> : arrays of strings Shanked July 29th, 2008, 09:12 AM If I made a string array, would each number in the array hold a different string or character? I know a character array holds a string, so I'm not talking about that. I'm talking about a string array. jeron July 29th, 2008, 09:28 AM Yes, you can have an array of strings, and each index would resolve to a string within that array. I'd imagine doing a quick search of these forums would yield several examples. Shanked July 29th, 2008, 09:33 AM Thanks. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |