codice:Dim m_str As String = "ciao ragazzi, come state" Dim m_res As String = m_str.Remove(m_str.IndexOf(","), m_str.Substring(m_str.IndexOf(",")).Length)
codice:Dim m_str As String = "ciao ragazzi, come state" Dim m_res As String = m_str.Remove(m_str.IndexOf(","), m_str.Substring(m_str.IndexOf(",")).Length)
Saluti a tutti
Riccardo