You can do something like this now: check out the "split" command: -- split, it, access some large line numbers real fast, and combine it again. split myVariable by return put "something" into myVariable[5467] ... combine myVariable using return << Re: Text manipulation - underlying data structures >>