i read file names in via a filebox
the names come in as they are.
Jumble.txt
juMBLi.txt
Mary moore.txt
MANY THK.txt
how can I have them show equal...all Capitals
ie..how do I uCase a filebox?
Printable View
i read file names in via a filebox
the names come in as they are.
Jumble.txt
juMBLi.txt
Mary moore.txt
MANY THK.txt
how can I have them show equal...all Capitals
ie..how do I uCase a filebox?
I don't think you can.
You could make the filebox invisible, copy it's contents to a listbox and make THAT upper case...?
damn...that's more code...oh well..walk arounds work too
Thanks