Home
About
Download
Register
News
Help
Register
Log In
Forums
Scripts & Popups
Problem with a variable
Forums
Active Threads
Search
Who's Online
Help
Print Thread
Problem with a variable
#
88272
26/06/04
05:06 PM
P
Powerkiting
Powerkiting
P
Hi,
I have a textfield, i fill the field with 2 rows text.
Then i have:
/set %var $did(dialog,1).text
When i check the var only the first text row is in it...
Hope you understand me, because me english is bad...
Thnx!
Copy Link to Clipboard
Re: Problem with a variable
#
88273
26/06/04
05:23 PM
Joined:
Sep 2003
Posts: 261
Arkansas, US
S
Scorpwanna
Fjord artisan
Scorpwanna
Fjord artisan
S
Joined:
Sep 2003
Posts: 261
Arkansas, US
eh you could probably use an alias with a while loop like:
alias blah {
var %i = 1
var %end = $did(dialog,1).lines
var %results
while (%i <= %end) {
var %results = %results $did(dialog,1,%i).text
inc %i
}
set %var %results
}
Copy Link to Clipboard
Hop To
News and Discussions ------
Latest News
General Discussion
Support ------
mIRC Help
Connection Issues
Scripts & Popups
Development ------
Feature Suggestions
Developers
Bug Reports
Print Thread
Switch to Threaded Mode
Show Likes
Link Copied to Clipboard
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage