I am trying to create a program to do a function, when the client provides the name, it is supposed to look in a directory using a formula.
If the name of the customer is Jack, then it is supposed to do the ASCII of upper case of JACK then add J + A + C + K then divide by 256 and the remainder is the folder name. I am having quite a hard time doing this in VB, any help is much appreciated.