- Tema Autor
- #1
porfavor .. si alguien sabe tengo que entregar un proyecto y explicar el codigo ... lo que pasa que no entiendo esta linea ... 
Si alguien me pudiera ayudar lo agradeceria mucho.
temp = getParameter("delay");
delay= (temp==null) ? 100 : Integer.parseInt( temp );
temp = getParameter("pause");
iPause= (temp==null) ? 0 : Integer.parseInt( temp );
temp = getParameter("tscr");
iScroll= (temp==null) ? 1 : Integer.parseInt( temp );
gracias gracias gracias.... :eolo:
		
		
	
	
		 
	
		 
	
				
			Si alguien me pudiera ayudar lo agradeceria mucho.
temp = getParameter("delay");
delay= (temp==null) ? 100 : Integer.parseInt( temp );
temp = getParameter("pause");
iPause= (temp==null) ? 0 : Integer.parseInt( temp );
temp = getParameter("tscr");
iScroll= (temp==null) ? 1 : Integer.parseInt( temp );
gracias gracias gracias.... :eolo:
 
	 
	 
	