General discussion
February 16, 2010 at 01:16 PM
tizzle0207

Rearranging strings vb 2008 express edition

by tizzle0207 . Updated 16 years, 6 months ago

Hi,
I have an assignment for my college vb class that Im not sure how to tackle. I need the user of my program to be able to enter in a five letter word, and I need to output every possible combination of 3 of the letters into a label.

I know how to do the output, Im just not very good at string manipulation. (Im not familiar with many of the functions and methods neccessary, besides easy ones like indexof, trim etc.)
I was thinking of splitting all of the letters into a seperate variable using substring, but im not sure if that overcomplicates it. Please help.

Thanks.

This discussion is locked

All Comments