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!