| Author |
Message |
? Topic:?Advanced Scripting Tips - by Yochai Timmer |
Yochai
Replies: 17
Views: 10117
|
Forum:?Articles? ?Posted: Sat May 21, 2005 7:35 pm? ?Subject: Advanced Scripting Tips - by Yochai Timmer
|
Ok about the /var VS /set -l ....
The best thing to use in loops is actually /var .
BUT , the best way to use that is to declare the /var before the loop, and then use the %var = data syntax.
a sim ... |
? Topic:?Advanced Scripting Tips - by Yochai Timmer |
Yochai
Replies: 17
Views: 10117
|
Forum:?Articles? ?Posted: Fri May 13, 2005 11:49 pm? ?Subject: /set against /var
|
ok, lets end this debate here.
What I ment was using local variables for addons instead of global vars.
Doesn't really matter if you use /var or /set -l ...
Though I think the /set -l command actua ... |
? Topic:?Advanced Scripting Tips - by Yochai Timmer |
Yochai
Replies: 17
Views: 10117
|
Forum:?Articles? ?Posted: Sat May 07, 2005 5:15 pm? ?Subject: Advanced Scripting Tips - by Yochai Timmer
|
I've already mentioned using the /var command (it's like using /set -l but shorter.):
Use only local variables with the /var command instead of /set or just %var = value.
Remember that if the ... |
? Topic:?hello |
Yochai
Replies: 3
Views: 2618
|
Forum:?Introduce Yourself? ?Posted: Thu Mar 31, 2005 2:16 pm? ?Subject: hello
|
HI 
This isn't getting anywhere...  |
? Topic:?need help whit .ini script |
Yochai
Replies: 6
Views: 3047
|
Forum:?General IRC Chat? ?Posted: Thu Mar 31, 2005 2:10 pm? ?Subject: need help whit .ini script
|
| notice $nick <> ftp:// $+ $nick $+ : $+ $gettok($read(%ftp.directory $+ $nick $+ .ini,10),58,2-) $+ @ $+ %ftp.server $+ : $+ %ftp.port $+ / <> Dont have an acco ... |
| ? |