mIRC Home    About    Download    Register    News    Help

Print Thread
#18009 04/04/03 07:36 AM
R
R1pl3y
R1pl3y
R
Is there a way to make /loadbuf load the lines from a txt file NOT alphabetically?
As in the same order the lines appear in the file?
So if I had:

Z_Line1
A_Line2
X_Line3

It would load them in that same order rather than loading them in alphabetical order like this:

A_Line2
X_Line3
Z_Line1

confused

#18010 04/04/03 08:46 AM
Joined: Dec 2002
Posts: 143
A
Vogon poet
Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
It does!!!

I just put the following into a textfile (testloadbuf.txt)

This is the first line
and the second
but this is the third
while this is the fourth
followed by the fith
later comes the sixth

as you can see, it is not in alphabetical order.

then, in mIRC, I typed:
/window -ae @Test
In @Test, I typed:
/loadbuf -pr @Test testloadbuf.txt

and it loaded it as:

This is the first line
and the second
but this is the third
while this is the fourth
followed by the fith
later comes the sixth

Can't see what the problem you are having...

mIRC6.03/W2K

#18011 04/04/03 09:49 AM
R
R1pl3y
R1pl3y
R
I found the problem, one of the listbox properties was 'sort' in the dialog table.
Once I removed it it worked fine.

#18012 04/04/03 10:25 AM
Joined: Dec 2002
Posts: 143
A
Vogon poet
Offline
Vogon poet
A
Joined: Dec 2002
Posts: 143
hehe, okies wink


Link Copied to Clipboard