
27/09/2007, 06:16
|
| | | Fecha de Ingreso: septiembre-2007
Mensajes: 4
Antigüedad: 18 años, 1 mes Puntos: 0 | |
| Re: Problema con retornos de carro Corrección:
Donde dice:
texto_insert = texto_insert & chr(10) & chr(13)
debe decir:
texto_insert = texto_insert & texto_array(i) & chr(10) & chr(13) |