AdventureForums

Go Back   Adventure Forums > Misc. > Chit Chat

 
 
Old 10-09-2011, 06:44 AM   #46761
RLacey
The Thread™ will die.
 
RLacey's Avatar
 
Last Online: 07-11-2012 11:25 PM
Join Date: Jan 2004
Location: United Kingdom
Posts: 22,542
Send a message via ICQ to RLacey Send a message via AIM to RLacey Send a message via MSN to RLacey Send a message via Yahoo to RLacey
Default

That thing with those treadmills? That thing with those treadmills, really?
__________________
RLacey | Killer of the Thread™

I do not change to be perfect. Perfect changes to be me.


RLacey is offline  
Old 10-09-2011, 07:05 AM   #46762
rlpw
Creepy Father Figure
 
rlpw's Avatar
 
Last Online: 05-18-2014 04:26 PM
Join Date: Sep 2006
Location: Texas Dammit!
Posts: 5,107
Default

Dim StartPos, Counter As Integer
Dim FindString, ReplaceText As String
FindString = "test"
ReplaceText = "MyString"

For Counter = 1 To Len(Text1.Text)
StartPos = InStr(Text1.Text, FindString)
If StartPos > 0 Then
Text1.SelStart = StartPos - 1
Text1.SelLength = Len(FindString)
Text1.SelText = "" + ReplaceText
End If
Next
rlpw is offline  
Old 10-09-2011, 08:46 AM   #46763
kate me
Senior Member
 
kate me's Avatar
 
Last Online: 01-05-2012 08:16 AM
Join Date: Oct 2010
Location: In the middle of nowhere
Posts: 612
Default

Hey, good idea!

int main()
//sorry for errors, I'm a beginer!
{
string choose;
string resume;
string enter;
string quit;
cin>>choose;
cout<<"Please select your choice : \n<<"Resume thread\n"<< Enter another thread\n"<< Quit current thread<<endl
if (choose== Resume );
cout<<You're atempt to kill this thread was unsuccesfull! Try again!<<endl
if (choose== Enter);
cout<<Leave?! So, you are NOT doing anything to kill this thread?!?! That is an illigal operation! Access denied! <<endl
else if (choose== Quit);
cout<< You are not able to leave this thread until U kill this thread!<<endl
cin>>exit;

return 0;
}

Last edited by kate me; 10-09-2011 at 08:54 AM..
kate me is offline  
Old 10-09-2011, 09:18 AM   #46764
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

int main()
//sorry for errors, I'm a beginer!
{
string choose;
string resume;
string enter;
string quit;
cin>>choose;
cout<<"Please select your choice : \n<<"Resume thread\n"<< Enter another thread\n"<< Quit current thread<<endl
if (choose== Resume );
cout<<You're atempt to kill this thread was unsuccesfull! Try again!<<endl
if (choose== Enter);
cout<<Leave?! So, you are NOT doing anything to kill this thread?!?! That is an illigal operation! Access denied! <<endl
else if (choose== Quit);
cout<< You are not able to leave this thread until U kill this thread!<<endl
cin>>exit;

return 0;
} ,int main()
//sorry for errors, I'm a beginer!
{
string choose;
string resume;
string enter;
string quit;
cin>>choose;
cout<<"Please select your choice : \n<<"Resume thread\n"<< Enter another thread\n"<< Quit current thread<<endl
if (choose== Resume );
cout<<You're atempt to kill this thread was unsuccesfull! Try again!<<endl
if (choose== Enter);
cout<<Leave?! So, you are NOT doing anything to kill this thread?!?! That is an illigal operation! Access denied! <<endl
else if (choose== Quit);
cout<< You are not able to leave this thread until U kill this thread!<<endl
cin>>exit;

return 0;
} , really?

tsa is offline  
Old 10-09-2011, 09:47 AM   #46765
Intense Degree
Failed Birthday Elf
 
Intense Degree's Avatar
 
Last Online: 02-12-2020 08:53 AM
Join Date: Apr 2009
Location: London
Posts: 1,032
Default

10 REM Reallybot
20 CLS
20 Input "What is your post?"; post$
30 Print post$ "? "; post$ ", really?"

Locomotive BASIC = OldSkool.
Intense Degree is offline  
Old 10-09-2011, 09:52 AM   #46766
Fantasysci5
Stalker of Britain
 
Fantasysci5's Avatar
 
Last Online: 04-26-2013 07:28 PM
Join Date: Jul 2008
Location: Missouri, US
Posts: 4,535
Default

Not RHEM!!!
__________________
"And everyone's favourite anglophile, Fantasy!"-Intense
Favorite Adventure Games-Lost Crown/Dark Fall 1&2, Longest Journey games, Myst games, Barrow Hill
Favorite Other Games-King's Bounty, Sims 2, Fable, Disciples 2 Gold
Currently Playing-Trine 2
Games I Want-Kings Bounty: Warriors of the North!!!, Asylum, Last Crown, Braken Tor, Testament of Sherlock Holmes
Fantasysci5 is offline  
Old 10-09-2011, 09:53 AM   #46767
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

Also not REM. They quit.
tsa is offline  
Old 10-09-2011, 10:05 AM   #46768
kate me
Senior Member
 
kate me's Avatar
 
Last Online: 01-05-2012 08:16 AM
Join Date: Oct 2010
Location: In the middle of nowhere
Posts: 612
Default

Quote:
Originally Posted by tsa
They quit.
This thread does NOT recognize you're quit command!
Quiting is an illegal operation. Access denied!
kate me is offline  
Old 10-09-2011, 10:41 AM   #46769
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

Quote:
Originally Posted by kate me
This thread does NOT recognize you're quit command!
?Syntax error.
tsa is offline  
Old 10-09-2011, 11:57 AM   #46770
UPtimist
Life and times of...
 
UPtimist's Avatar
 
Last Online: 04-13-2014 04:36 AM
Join Date: Mar 2004
Location: Up there in the mist
Posts: 6,025
Default

I'll leave this one for Lacey, the old Robbo.
UPtimist is offline  
Old 10-09-2011, 12:27 PM   #46771
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

I'll leave this one for Lacey, the old Robbo. I'll leave this one for Lacey, the old Robbo, really?
tsa is offline  
Old 10-09-2011, 11:42 PM   #46772
UPtimist
Life and times of...
 
UPtimist's Avatar
 
Last Online: 04-13-2014 04:36 AM
Join Date: Mar 2004
Location: Up there in the mist
Posts: 6,025
Default

Apparently I left it to tsa, the old ruminant.
UPtimist is offline  
Old 10-10-2011, 12:17 AM   #46773
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

I thought I'd beat RLacey at his own game.
tsa is offline  
Old 10-10-2011, 02:35 AM   #46774
UPtimist
Life and times of...
 
UPtimist's Avatar
 
Last Online: 04-13-2014 04:36 AM
Join Date: Mar 2004
Location: Up there in the mist
Posts: 6,025
Default

Maybe you did, maybe you didn't. Whichever the case, Lacey will just ignore you.
UPtimist is offline  
Old 10-10-2011, 11:13 AM   #46775
RLacey
The Thread™ will die.
 
RLacey's Avatar
 
Last Online: 07-11-2012 11:25 PM
Join Date: Jan 2004
Location: United Kingdom
Posts: 22,542
Send a message via ICQ to RLacey Send a message via AIM to RLacey Send a message via MSN to RLacey Send a message via Yahoo to RLacey
Default

Lacey will just ignore you? Lacey will just ignore you, really?
__________________
RLacey | Killer of the Thread™

I do not change to be perfect. Perfect changes to be me.


RLacey is offline  
Old 10-10-2011, 11:40 AM   #46776
tsa
Playing character
 
tsa's Avatar
 
Last Online: 11-03-2017 01:10 AM
Join Date: Oct 2005
Location: Netherlands
Posts: 7,472
Default

Quote:
Originally Posted by UPtimist
Maybe you did, maybe you didn't. Whichever the case, Lacey will just ignore you.
We probably just have to ignore him, whatever he posts here.
tsa is offline  
Old 10-10-2011, 12:06 PM   #46777
UPtimist
Life and times of...
 
UPtimist's Avatar
 
Last Online: 04-13-2014 04:36 AM
Join Date: Mar 2004
Location: Up there in the mist
Posts: 6,025
Default

Ignore who?

Or is it "whom" in this case?
UPtimist is offline  
Old 10-10-2011, 12:42 PM   #46778
Intense Degree
Failed Birthday Elf
 
Intense Degree's Avatar
 
Last Online: 02-12-2020 08:53 AM
Join Date: Apr 2009
Location: London
Posts: 1,032
Default

Yes.

Intense Degree is offline  
Old 10-10-2011, 12:56 PM   #46779
UPtimist
Life and times of...
 
UPtimist's Avatar
 
Last Online: 04-13-2014 04:36 AM
Join Date: Mar 2004
Location: Up there in the mist
Posts: 6,025
Default

That's so funny, you can imagine me saying "lol".

No, really, it is funny. How'd you come up with it?

Eh?
UPtimist is offline  
Old 10-10-2011, 12:58 PM   #46780
Intense Degree
Failed Birthday Elf
 
Intense Degree's Avatar
 
Last Online: 02-12-2020 08:53 AM
Join Date: Apr 2009
Location: London
Posts: 1,032
Default

It's a simple mixture of sleep deprivation and witchcraft.
Intense Degree is offline  
 




All times are GMT -8.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Design & Logo Copyright ©1998 - 2017, Adventure Gamers®.
All posts by users and Adventure Gamers staff members are property of their original author and don't necessarily represent the opinion or editorial stance of Adventure Gamers.