Subj : Creating an array in a function To : borland.public.cpp.borlandcpp From : user Date : Sat Jul 24 2004 09:56 pm Hi, I have an application that creates an array in main() using a const arraySize. I want to pass the array and arraySize to a function that will create a two-subscripted array using the arraySize passed to the function. Every method I've tried results in a message saying a constant must be used in the array declaration. I was able to get the program running using a global const arraySize so I know the program works, but not with the passed arraySize. Please help -Jim .