VB question

Posted by hopesfall, 03-10-2010, 12:42 AM
I have a string of asterisks "*****" which are in variable1. The asterisks are there to hide the real word "doggy", which are held in variable2. When a user enters a letter into a text box, lets say "g", how can I check for the letter "g" inside my variable2 and also replace the asterisks in the corresponding spots so that it shows "**gg*" instead?

Posted by mattle, 03-10-2010, 12:24 PM
Writing a hangman game, are we? Let's break it down to the elements: 1. Capture the user input. Validate as alpha. 2. Get an array of character positions where the user-entered character matches variable2. Track whether or not the character matches at all (possibly by evaluating array size). 3. If character matches, go through position array and change the chars at each position in variable1, redraw variable1 4. If character doesn't match, increment wrong guess counter, take appropriate action. Without more specifics, it's hard to give you any more info. Is this a web page, a console app, etc.? What technologies are you using?

هل استفدت من هذا الجواب؟

 أطبع هذا المقال

اقرأ أيضا

Free host sites.

Posted by abbas, 09-17-2001, 06:01 AMHi. I want to start a free host site similar to...

Free script that hides links?

Posted by bambinou, 11-12-2012, 04:29 AMHello, I would like to know if you have ever seen a...

MySQLDumper Perl Command - It This Correct?

Posted by Greedisgood, 03-26-2007, 10:28 AMHi Guys, I was reading this tutorial:...

Having trouble blocking google spider

Posted by lhmx, 11-15-2012, 02:51 AMI'm having some trouble blocking google (and others) from...

Can some explain this in a simple way?

Posted by subhash, 02-21-2011, 07:52 AMHello Guys, Can some body explain what exactly is...