Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Out of memory (Error 7)
Message
From
03/12/2002 16:34:07
 
General information
Forum:
Visual Basic
Category:
Other
Miscellaneous
Thread ID:
00729037
Message ID:
00729158
Views:
22
>A UDT is a User Defined Type. You said in your original question that your array is declared as of a UDT. How big is this UDT?
>
>
Here's the description of the type:
Public Type Alignment
    StartIndice                  As String
    StopIndice                   As String
    Sequence                     As String
    LeftFlankingSequence         As String
    RightFlankingSequence        As String
End Type
The start and stop indice are maximum 9 characters long. The left and right flanking sequences are exactly 500 characters long each. The sequence will range from 20 to 4500 characters long.

Is it possible that the PRESERVE keyword, before creating a second array in memory, verifies that this array will fit in memory? Am I right in supposing that two arrays exist in memory at the same time when using PRESERVE?

Thanks again, Stephane.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform