D
Dave Cullen
Ii want to create an array of error messages (strings) in a module. Is
there any way to do that without having a sub or function that assigns
each element individually? Can the values of array contents be assigned
when the array is declared?
there any way to do that without having a sub or function that assigns
each element individually? Can the values of array contents be assigned
when the array is declared?