Skip to Content
0
Oct 27, 2005 at 12:23 PM

How to solve this case sensitive problem for the parameters in function?

132 Views

Hi,

I have a function, which should receive one parameter comes from textbox in BSP form. User will input upper case or lower case characters together in this textbox. But when I debug function, I found after function recevice the value from BSP form, the string value was converted into upper case automatically.

I don't want system convert string to upper or lower case. I want keep the original value that user inputted.

So is it possible to do this?

Thanks!