whatsinaname99
Technical User
I am using TYPE to build a varchar array of about 5000 items (unfortunately I'm not able to use a SQL statement). The problem is that that when I execute the procedure in TOAD, it doesn't return the values I'd expect when I loop through the array. For example, if the number '6789' is part of the array and in TOAD '678 appears at the end of a line and 9' appears at the beginning of the next line, '678 will be passed as one value and 9' will be passed as another value instead of just '6789'. Is there a way to get around this? Thank you.