@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2



Comments:

<0> you use tcl at work, RockShox?
<1> ^^
<2> =)
<1> ^^
<3> =)
<1> ^^
<4> alamar leave #tcl
<4> heh
<2> =)
<5> smilly man
<2> =P
<6> anyone know what set sub1 "" set sub2 "" set sub3 "" mean?
<7> anyone awake who knows itcl?
<8> .tcl file rootname /home/test/woo/blubb.tmp
<9> poci: #1971 (10374 clicks) Tcl: /home/test/woo/blubb
<8> .tcl file dirname /home/test/woo/blubb.tmp
<9> poci: #1973 (459 clicks) Tcl: /home/test/woo
<6> anyone can help with lindex?
<5> ?
<6> dreamss u know what lindex is?
<3> lol
<3> just ask dude
<6> ;)
<3> of course he knows what it is
<6> okay
<6> [lindex $data] 2] will list third columns from a mysql database right?
<3> yes
<6> ok
<6> so
<5> bi
<5> no
<3> third row
<3> :)
<6> if I want to list all
<10> umm no
<10> that wouldnt do anything
<5> ;set tvar "1 2 3 4 5 6"
<9> dreamss: #2008 (889 clicks) Tcl: 1 2 3 4 5 6
<10> [lindex $data 2]
<9> [GRiMMY]: #2009 (435 clicks) Tcl error: can't read "data": no such variable
<10> that would...
<5> ;lindex $tvar 2
<9> dreamss: #2011 (222 clicks) Tcl: 3
<3> in a foreach
<3> it will
<3> well
<3> sfd6v54vc6
<6> and to list all columns?
<3> "to list all" ?
<6> yeah
<10> ;set tvar [list {a1 b1 c1} {a2 b2 c2} {a3 b3 c3} {a4 b4 c4} {a5 b5 c5}]
<9> [GRiMMY]: #2019 (724 clicks) Tcl: {a1 b1 c1} {a2 b2 c2} {a3 b3 c3} {a4 b4 c4} {a5 b5 c5}
<5> lindex = line index
<10> lindex tvar 1
<10> ;lindex $tvar 1
<9> [GRiMMY]: #2022 (207 clicks) Tcl: a2 b2 c2
<10> ;lindex [lindex $tvar 1] 2
<9> [GRiMMY]: #2023 (236 clicks) Tcl: c2
<3> jesus what are you guys trying to do
<6> listing all colums from a table :D
<3> not you
<3> you mean rows?
<3> [join $data]
<6> yes all info from a row
<9> th3dge: #2029 (452 clicks) Tcl error: can't read "data": no such variable
<3> in one line?
<10> lol
<6> sure I can use regxp to do what I want after all :p
<3> be more specific, you want to return all row results in one line?
<3> instead of individually picking them off with lindex?
<6> well
<6> if I do a search for exemple banana it will show me 1 result but I want to see info from that line with others colums also
<6> in 1 line
<6> dunno if it clear I usually speak french :p
<3> oh, when you have multiple results from a query?
<6> yeah
<3> use a foreach
<6> gimme an exemple
<3> check your mysql package's manual/docs for an example
<10> ..(13:24:25).. ..AoEKiller.. sure I can use regxp to do what I want after all :p
<3> which are you using?
<10> this guy has no idea
<10> RTFM
<6> ;set tvar "1 2 3 4 5 6"
<9> AoEKiller: #2049 (219 clicks) Tcl: 1 2 3 4 5 6
<6> ;lindex $tvar 1 2 3 4 5 6
<11> with mysqltcl: use -list option, and: foreach {row1 row2 row3 row4 row5} $mysqltcl-variable { putserv "PRIVMSG $chan :$row1 $row2 $row3 $row4 $row5" }
<9> AoEKiller: #2050 (261 clicks) Tcl:
<3> yoe!!!!!!
<6> ok thcx
<11> th3dge!! ;)
<3> baby you are back
<11> more or less..
<3> oh
<11> still kinda busy, so i gotta go again. ttyl :)
<3> aight, later
<6> also another simple question
<6> to retreive last 10 last matches
<6> not first 10 results I want last 10 results so the command need to start reading from the end of the database
<10> thats a SQL question fool
<6> yeah but programmed in tcl :D
<6> i use mysqltcl
<10> uh no
<10> thats SQL not TCL
<6> ok
<6> sorry then
<11> 'ORDER BY <some row-name> DESC LIMIT 10' in the sql-question, and now, start asking question about stuff that relates to Tcl..
<11> *poff
<6> ok :)
<12> lo
<12> anyone here can recommend me a tcl for encrypting and decrypting blowfish encrypted text?
<12> i'm using one, but it does decrypt...
<6> yeah
<12> *doesnt ...
<6> http://www.donationcoder.com/Software/Mouser/mircryption/index.php
<6> ur using it with windrop?
<12> nop
<6> eggdrop?
<12> lets see
<6> i'm using it since 2 years now and it working gr8
<12> yap eggdrop
<12> going to test it
<12> tks AoEKiller
<6> np :)
<12> works just fine
<12> :D
<12> many tks
<6> :D
<13> need tcl help
<6> hest ur around?
<14> no but gotisch is around
<0> AoEKiller: ya
<6> anyone know how to set a trigger to use regxp after with safetcl script?
<1> ef'leprechau?
<1> Are u there?
<6> yeah
<6> ops
<1> :P
<6> no one alive?
<15> only the cobblers
<6> well
<6> I want to add a text trigger to safetcl
<15> why not?
<6> then its
<6> ;set?
<9> AoEKiller: #2247 (3206 clicks) Tcl error: invalid command name "set?"
<15> what is a text trigger?
<6> any text
<6> I want to use ;regexp after
<16> notice, noone got no freaking idea what you want
<6> ?


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #tcl
or
Go to some related logs:

#politics
#politics
mirc mysql.dll
bridgette nielson beverly hills cop
#beginner
microdick porn
#gamedev
#nhl
bitchx forex
realdolls.com



Home  |  disclaimer  |  contact  |  submit quotes