codice:
function del_apice(stringa)
	stringa=replace(stringa,"'","''")
        del_apice = stringa
end function