<%
Function ConvertIt(StringToConvert, ReplaceChar, ConversionChar)
    If Instr(StringToConvert, ReplaceChar) then
        'tutaj znajduje si kod konwersji
    end if
End Function
%>
