| |
| |
| |
|
Page: 1 2 3 4 5 6 7 8 9
Comments:
<0> PST here <1> haha <1> donkey punch <1> that is just wrong <0> that was so 15 minutes ago <1> had a meeting <2> circle jerk? <0> everything come out ok? <1> no <0> couldn't get it up huh? <2> unborn is an *** pirate <1> :( <1> *** pirate? <3> this linksys vpn **** works off voodoo magic <3> im convinced <1> all the new words
<1> the riders of the short bus <1> are teaching me mommy <0> i'm the f'ing drive <0> driver* <1> my point exactly <0> so sit down and shut up <2> i find it highly effective to ball gag unborn before sticking it in his *** <1> is that so? <1> like my *** <1> do we? <0> yeah, keeps the noise level to a minimum after the donkey punch <1> noise level of? <0> your bitching :) <1> I wouldn't bitch more? <1> but less? <0> let's find out; here, wear this. <0> B, hold my beer. <1> who is B? <1> curious <2> you really want to see it? <4> Hold on, I'll get a microscope <1> see what <3> BoNaDz you should invite David25 in here so he can see this <2> yeah <2> i just might <2> Ineffigy: you want to try something for me? <2> Rizard: try doing it and changing your nick right after <2> i think he is keying on nick <5> Is there any way to "rewind" a file cursor to the beginning of a file in vb? so you can write to the start instead of the end of the file. <6> yes ;] <6> what version of VB ? <5> vb6 sp 6 <7> close and reopen <7> unless it's opened as binary or random access <7> if it's just open for Input, then you'll have to close and open <6> if you want to write something, just use Put #FileNumber, FilePosition, Data <5> it's open for writing <5> but I need to write about 12000 rows of text, and at each row sum a value <5> then the value needs to be places in the first row <5> ___XXX_X_, I think the Put will be the solution <6> how you open the file ? If you open it for appendm, Put will don't work i think <5> well perhaps I need to change the way I open the file <6> this will "broke" all your logik <6> can't you use database instead of such text file ? <6> logic* <5> lol nope ... the information comes from a DB but must be put into a flat file for importation by a program <6> BDE, do you want to "insert" information at the beginning of your file, or "rewrite" old information is fine ? <6> and what BDE stands for ? Borland Database Engine ? <5> lol <5> actually just recently started using MS ... I was a big borland fan in the past :) <5> I want to insert information at the beginning of the file ... but if I have to rewrite that is fine also I can place dummy data <6> you *will* rewrite using Put <8> borland <8> bwuahahahha <8> for that alone you should be banned <9> borland <9> hehe <5> well nowadays they don't have anything good ... actually for quite a few years their products have not been worth it <9> quite a few years <9> theyre quite worthless
<9> they didnt partner with large corporations that would keep them afloat <9> such as oracle satyed with ibm <9> they should have done so too with oracle <10> rofl that was a pathetic ban <10> Would anyone like to join me in a three-some male orgy? <10> I love **** and I **** it good <10> can someone please help me, I have a hard-on and need a good **** ****in <11> what <11> who is this idiot <11> why is he damaging my calm <12> divil you know you want to **** my **** <13> Hello <14> Hi! <13> I'm trying to replace [code]foo[/code] with <textarea>foo</textarea> using regex. I'm getting this part working, but i also need to HtmlDecode the stuff inside the textarea <13> this does the job for the first part, text = Regex.Replace(text, "\[code\](.*?)\[/\]", "<textarea name='code'>$1</textarea>") <13> value of $1 needs to be be replaced too <9> sounds like you have things well in hand :p <10> rofl <10> nice thing about being in here with another client is that I know when the bans get released <10> HELLO SENZ! <10> remember me? that night we slept together was amazing <10> you ****ed me so crazy <10> here let me use a nick more appropriate <15> ohhhh senzzzzz my **** is hard for you! <16> guys <16> whats your solution for the airline problem <16> i say <12> hacked` i love ****ing **** <16> ban all middle easterners <12> Senz is a middle easterner <12> i think hes iranian or whatever <12> haha now you shutup <12> dont worry Senz is afk or else he would have banned me by now <12> we can talk all the **** we want about him and hes probably ****in someones **** <12> isnt that right Senz, you love ****? <12> blah he's such a moron, all he does is probably code in VB6 and **** **** <12> actually all the ops in here are dumb arses <12> each one of them has displayed some form of idiocy <12> reboot for example thinks he knows everything so therefore hes a dumb*** <12> chuckie^ is a loner doesnt chat so hes probably jerkin off to male nicks <12> OnErr0r don't even get me started. Cocky SOB think he is the boss. <12> Senz is a moron for even ****ing with me <12> now that the information is public, I feel at peace <12> especially since I got the dumb arse OnErr0r banned from C++, that was golden <12> it was sweet <17> hey all. <17> can yall help with a vbs script? <17> http://pastebin.ca/135513 <9> DCC SEND "e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e e <18> RARGH <18> what's all this e dccing <18> and how many proxies does this onerror faker guy have <1> der <1> sup <19> hi <19> i'm using ado.net and dataAdapter.InsertCommand = New OleDb.OleDbCommand("INSERT INTO... to insert data into a table... i get "connection property has not been initialized" <19> i have another line of code that uses SelectCommand and it works fine <7> The connection object you're using has not been setup, connected, etc <19> oh frickin duh <19> :/ <19> i got it now thanx <19> is it True or 'True'? <7> is what? <19> sorry... when inserting a true/false value into a database with a field type (access) of yes/no <19> boolean field type <7> Usually 'true' <7> but True might also work <19> ok <19> i wish it would say which part of the string gives a type mismatch <7> That'd be too easy <19> right on <20> hello
Return to
#visualbasic or Go to some related
logs:
#beginner #firebird sulwyn porn
chop and screw progs #tcl colombian puta #nhl newsleecher outdated port #eggtcl 1yo porn
|
|