Skip to Content
0
Former Member
Mar 23, 2007 at 06:00 PM

Pass filename to function module in mixed case

40 Views

I've created a function module which takes as its parameter a filename including it's unix path so it is in mixed case.

Problem is, when I call the function module, the filename is always converted to upper case and is therefore unusable.

How can I make the function module keep the text exactly as it is passed?

Thanks!