Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. dndc416

    Can someone take a look at my code

    My program is suppose to read in a string of characters and generate 20 random strings consisting of 10 characters from the original string. I can't seem to get my loops quite right. STR1 BYTE "Enter a String of Characters, Press Enter when done ",0 BUFFER BYTE 50 DUP (0) BYTECOUNT DWORD ...
  2. dndc416

    Generating random strings

    Intel Processor, Windows XP
  3. dndc416

    Generating random strings

    I'm trying to work on a program and the idea of the program is to first promt the user for a string of characters, read in and store the string of characters, Then generates 20 random strings each of 10 characters long based on the original string, and displays each random string on line after...

Part and Inventory Search

Back
Top