This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Search found 6 matches

by ChooChoo
Sat Oct 24, 2009 4:21 pm
Forum: Scripting Help
Topic: array comparing, same results in new array
Replies: 4
Views: 2647

i know thats its not a real 2 dim array thats why i put it in "".

the problem is that the values in the arrays are dynamic.

ill try your suggestion and report success or more likely my failing.
by ChooChoo
Sat Oct 24, 2009 1:35 pm
Forum: Scripting Help
Topic: array comparing, same results in new array
Replies: 4
Views: 2647

array comparing, same results in new array

hi i have 3 "2-dimensional" arrays. array1(0,0-X) - 0-X max value is in var $limit1 array2(1,0-X) - 0-X max value is in var $limit2 array3(2,0-X) - 0-X max value is in var $limit3 i want same entries to be put in a new array, with the positions where it is in the original arrays newarray(v...
by ChooChoo
Thu Oct 22, 2009 8:22 pm
Forum: Scripting Help
Topic: Variable setting problems
Replies: 9
Views: 6011

thanks for the headsup.

ill just use another messy hack and use another bot to trigger the function ever 30 seconds ;)

thread can be closed.
by ChooChoo
Thu Oct 22, 2009 7:25 pm
Forum: Scripting Help
Topic: Variable setting problems
Replies: 9
Views: 6011

thanks, the array stuff worked, didnt thought about that :) another thing, is it possible to do a endless loop till a channel trigger breaks it? my example breakes my eggdrop (he times out) set chan "#channel" set blub "!blub" bind pub - $blub blub set running 0 set break "&...
by ChooChoo
Thu Oct 22, 2009 4:51 pm
Forum: Scripting Help
Topic: Variable setting problems
Replies: 9
Views: 6011

thx for the reply. there are 3 vars countzeilen0 , countzeilen1, countzeilen2 each containing a number. if i < countzeilen0 if i < countzeilen1 ..... the tempstuff is not working : set temp $countzeilen$i for {set j 0} {$j<$temp} {incr j} { Tcl error [tsharing]: can't read "countzeilen": n...
by ChooChoo
Thu Oct 22, 2009 12:06 pm
Forum: Scripting Help
Topic: Variable setting problems
Replies: 9
Views: 6011

Variable setting problems

Hi, for {set i 0} {$i<3} {incr i} { for {set j 0} {$j<$countzeilen$i} {incr j} { set zeile$i$j [string trim $zeile$i$j ":"] } } the problem is a puttogether variable "$countzeile$i" is not allowed, how can i fix it with the right syntax? also, same problem with the puttogether [s...