Need help with returning a character stored at a stated index position while input is converted to uppercase.
Now I can easily convert string from dialog to uppercase , and return a character at an index position.. but not both together.
Example: Input First Name: Bob
Input Surname Name: Rudlo
Output would be converted to BOB RUDLO
Im trying to just display the first letter of the first input like so : B RUDLO
Help would be much appreciated.
