Ver Mensaje Individual
  #8 (permalink)  
Antiguo 09/11/2006, 08:01
Avatar de Myakire
Myakire
Colaborador
 
Fecha de Ingreso: enero-2002
Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses
Puntos: 146
Pues si, de hecho en realidad es una constante que te sirve como sustituto al clásico Chr(13) & Chr(10)


Cita:
Other constants:
vbCr Chr(13) Carriage return.
VbCrLf Chr(13) & Chr(10) Carriage return-linefeed combination.
vbFormFeed Chr(12) Form feed; not useful in Microsoft Windows.
vbLf Chr(10) Line feed.
vbNewLine Chr(13) & Chr(10) or Chr(10) Platform-specific newline
character; whatever is appropriate for the platform.
vbNullChar Chr(0) Character having the value 0.
vbNullString String having value 0 Not the same as a zero-length
string (""); used for calling external procedures.
vbTab Chr(9) Horizontal tab.
vbVerticalTab Chr(11)
Saludos