Guest_imported
New member
- Jan 1, 1970
- 0
I have a character array of length 280 and when I pass it into a function in any way ( reference, value, etc.) it always says the size of the character array is now 4. Then on the next line of code, I have it print out the array and it is all still there but it lists the size as 4. Any ideas why this may be happening? Thanks