Announcement

Collapse
No announcement yet.

PB String Question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PB String Question

    Alright heres the deal, I have to load over 500k of data into memory and parse through it. Do to the nature of the data, I can't load, evaluate, and parse it in chunks. So, since normal strings only hold like 32767 bytes of data, how can I accomplish this task? Thanks..

    Matt

    ------------------

  • #2
    > normal strings only hold like 32767 bytes of data
    About what compiler do you talk ? PB/DOS ?!
    In Pb/Dll you are limited by size of virtual memory only
    (many Mb)


    ------------------
    E-MAIL: [email protected]

    Comment

    Working...
    X