i am using visual basic 6 and i want to make a program that add letters or remove letters from a word in text box and but the result in a label
for example if i type the word "cat" and click the command button the label shows "cats" but it i type the word "ox" it shows "oxen" and if i type "sheep" it shows "sheep" and "foot" becomes "feet"
a basic plural program
i am familiar with the if condition and for next loop but i am unable to do what i want with these alone it just doesn't work
any help will be appreciated
thank you