|    
			
				14/04/2003, 05:22
			
			
			  | 
  |   |  |  |  Fecha de Ingreso: noviembre-2002 
						Mensajes: 1.135
					 Antigüedad: 22 años, 11 meses Puntos: 2 |  | 
  |  pues a mi no me funciona  
  me da el siguiente error:
 Just in time compilation error
 
 Invalid parser construct found on line 37 at position 49. ColdFusion was looking at the following text:
 
 Chr(13)
 Invalid expression format. The usual cause is an error in the expression structure.
 The last successfully parsed CFML construct was static text occupying document position (36:25) to (37:16).
 
 
 he colocado esto:
 
 #Replace(GetAyuda.Descripcion, #Chr(13)#, "<br>")#
     |