Ver Mensaje Individual
  #2 (permalink)  
Antiguo 06/02/2008, 12:50
Avatar de Peterpay
Peterpay
Colaborador
 
Fecha de Ingreso: septiembre-2007
Ubicación: San Francisco, United States
Mensajes: 3.858
Antigüedad: 16 años, 8 meses
Puntos: 87
Re: String en vector

int j=1;
List<string> resultados=new List<string>();
for(int i=0;i<cadena.Length;i++)
{
tempo+=cadena;
if(i>j)
{
resultados.Add(tempo)
}