Asp ??? to CSZ not working

The-Matrix

New Member
I get the string from input through post option an function\[code\]Replace(string, "?", "C")\[/code\]not working, becouse function doesen't recognise '?' char from variable( Request.Form("folder")). I use for loop and this function to get char from string\[code\]strChar = mid(someString,i,1)\[/code\]I could use \[code\]If Asc(strChar) = -15220 Then '? string = string + "C"\[/code\]but doesent always work. I think becouse '?' some how, use more than one char if using mid() function.Is any other solution?
 
Back
Top