Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are
spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the
password reset link.
Due to spam on this forum, all posts now need moderator approval.
Entire forum
➜ MUSHclient
➜ General
➜ mutiple line prob
It is now over 60 days since the last post. This thread is closed.
Refresh page
Posted by
| Sam
(1 post) Bio
|
Date
| Sun 14 Apr 2002 04:12 PM (UTC) |
Message
| hi all,
i've got a (maybe) little problem. i would like to see
some infos of my world-window in a different window, like
the notepad window. by now, i've done a trigger that
captures world information like '[Group] says: *'.
in my trigger, i'm calling a script sub. this sub
should take the whole text which has been written
(including the '[Group] says: ') and pass it to the
notepad window. argh. by now my script only gets the first
line and send it to the notepad window. the rest will
be ignored.
as an example: i see someone else is calling something
like:
[Group] says: this is a text which has a lot of chars inside, which are in sum more than blblblblblbblbl
so in my script i'm using right now:
1. world.AppendToNotepad "Group", theword & vbcrlf
this will just bring the first (i think) 80 chars to the notepad window
2. world.AppendToNotepad "Group", strLine & vbcrlf
is the same as above (inculding the prefix)
i only get the following in the notepad window, no more:
[Group] says: this is a text which has a lot of chars inside, which
the rest will be ignored (so it seems to me)
always it's like that im only getting a fix defined number
of chars in my notepad window, but i would like to get the
whole text, not only the first line.
sorry for my bad english, i'm german so it's quiet difficult for me to describe my problem. hopefully somebody can help me.
thx in advance
Sam | Top |
|
Posted by
| Shadowfyr
USA (1,790 posts) Bio
|
Date
| Reply #1 on Sun 14 Apr 2002 06:40 PM (UTC) Amended on Sun 14 Apr 2002 06:41 PM (UTC) by Shadowfyr
|
Message
| If your mud allows you to turn of line wrap, then that should let you capture the entire line. The problem is that it may be like the one I play on, which wraps everything on the mud at 77 columns before I even recieve it. Since I can't turn it off I can only grab the first line of say and tell. Also, if you can turn it off you will still need to turn wrapping on in the client, or stuff will wander off the edge of the window. ;)
If you can't disable the mud's auto-wrap, then I doubt it can be fixed, since the client has not way of knowing that the additional text was part of the same message. :p | Top |
|
The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).
To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.
8,591 views.
It is now over 60 days since the last post. This thread is closed.
Refresh page
top