segmentationfault
Programmer
Suppose I have
and I only use the first 15 doubles. If I pass this array to another method, is there a way to find out how many of these doubles have been initialized rather than just declared aside from iterating through them? If I have an array of strings, is there a way to find out how many are not null strings without looking at each one?
Code:
Dim AllNumbers(50) As Double