SoloCodigo
Programación General => Visual Basic 6.0 e inferiores => VBA => Mensaje iniciado por: ccaminal en Domingo 24 de Junio de 2007, 21:52
-
TENGO UN ARCHIVO SIN SEPARACIONES DE NADA Y NECESITO CORTARLO CADA 1000 POSICIONES O CARACTERES PARA DESPUES IMPORTARLO. NECESITO UNA RUTINA QUE ANDO BUSCANDO QUE LEA CADA 1000 LE PONGA CHR(10) Y CHR(13) Y LO MONTE EN OTRO ARCHIVO DE SALIDA. AYUDA POR FAVOR. ES SENCILLO...
-
.... ES SENCILLO...
entonces cual es el problema? :rolleyes:
que es lo que tienes hecho?
has oido hablar de las funciones de manejos de cadenas?
- Format</li>
- Format$</li>
- Right</li>
- Mid</li>
- Mid$</li>
- Left</li>
- LeftB</li>
- LTrim</li>
- InStr</li>
- StrReverse</li>
- InStrReverse</li>
- StrComp</li>
- Replace</li>
- </li>
- Rtrim</li>
- Trim</li>
- Len</li>
- LenB</li>
- Filter</li>
- Split</li>
- Join</li>
- Like</li>
- Asc</li>
- AscB</li>
- Chr</li>
- Chr$</li>
cual es tu duda?
Saludos