Home
About
Download
Register
News
Help
Register
Log In
Forums
General Discussion
$remtok and $deltok
Forums
Active Threads
Search
Who's Online
Help
Print Thread
$remtok and $deltok
#
75046
13/03/04
08:50 AM
W
Want
Want
W
If $remtok and $deltok do the same thing why have them both?
Why dont you make it so one of them deleats the number specified and the other deleat the text specified?
Copy Link to Clipboard
Re: $remtok and $deltok
#
75047
13/03/04
08:53 AM
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
W
Watchdog
Hoopy frood
Watchdog
Hoopy frood
W
Joined:
Dec 2002
Posts: 2,958
Hill End, NSW, Australia
In $deltok you nominate the number of the token to remove. In $remtok you nominate the token itself to be removed. You do achieve the same outcome but a slightly different way.
Copy Link to Clipboard
Re: $remtok and $deltok
#
75048
13/03/04
08:59 AM
W
Want
Want
W
is there a way to deleat from a token specifying a text?
it would make sorted dialogs much easier
Copy Link to Clipboard
Re: $remtok and $deltok
#
75049
13/03/04
09:05 AM
W
Want
Want
W
nevermind i just need to add the tokens with $sorttok
Copy Link to Clipboard
Re: $remtok and $deltok
#
75050
13/03/04
07:03 PM
Joined:
Feb 2003
Posts: 2,737
Raccoon
Hoopy frood
Raccoon
Hoopy frood
Joined:
Feb 2003
Posts: 2,737
is there a way to deleat from a token specifying a text?
$remtok(%string,
text
,1,46)
example:
var %string = b.
a.
c.d.a.e
var %string = $remtok(%string,a,1,46)
%string == b.c.d.a.e
The first 'a' token is removed.
Well. At least I won lunch.
Good philosophy, see good in bad, I like!
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
View Profile
Private Message
Follow User
Forum Posts
Forum Rules
·
Mark All Read
Contact Us
·
Help
·
mIRC Homepage