Se ho capito bene vuoi una cosa di questo tipo:
Dimmi se c'ho azzeccato...codice:String str = "aaaaaaaa=bbbbb"; String rimpiazzo = "ciao"; str = str.Replace(str.Substring(0,str.IndexOf('=')),rimpiazzo);
Byez![]()
Se ho capito bene vuoi una cosa di questo tipo:
Dimmi se c'ho azzeccato...codice:String str = "aaaaaaaa=bbbbb"; String rimpiazzo = "ciao"; str = str.Replace(str.Substring(0,str.IndexOf('=')),rimpiazzo);
Byez![]()