String Problem Char Index

Newbie Member
4Sep2007,23:07   #1
lucid's Avatar
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.
Newbie Member
5Sep2007,10:24   #2
lucid's Avatar
Worked it out.