Página 1 de 1

Outputdebugstring

Publicado: Vie Sep 01, 2006 1:37 pm
por jose.luis
Hola,
Haciendo mis pruebas... me encuentro con este mensaje a la salida de un
Outputdebugstring
#33: OutputDebugString faulted during output
#34: OutputDebugString faulted during output
#35: OutputDebugString faulted during output
#36: OutputDebugString faulted during output
#37: OutputDebugString faulted during output
#38: OutputDebugString faulted during output
#39: OutputDebugString faulted during output
#40: OutputDebugString faulted during output
Yo solo puse un Outputdebugstring(n) de esta manera
{| n | OutPutDebugString( n ) }
Y el codeblock l oejecuto así:
Eval({| n | OutPutDebugString( n ) },1)
Solo que a veces no le paso parámentro... ¿será por eso?
SAludos,
José Luis Capel

Outputdebugstring

Publicado: Vie Sep 01, 2006 1:45 pm
por jfgimenez
José Luis,
> Haciendo mis pruebas... me encuentro con este mensaje a la salida de un
> Outputdebugstring
>
> #33: OutputDebugString faulted during output
> #34: OutputDebugString faulted during output
> #35: OutputDebugString faulted during output
> #36: OutputDebugString faulted during output
> #37: OutputDebugString faulted during output
> #38: OutputDebugString faulted during output
> #39: OutputDebugString faulted during output
> #40: OutputDebugString faulted during output
>
> Yo solo puse un Outputdebugstring(n) de esta manera
>
> {| n | OutPutDebugString( n ) }
>
> Y el codeblock l oejecuto así:
>
> Eval({| n | OutPutDebugString( n ) },1)
>
> Solo que a veces no le paso parámentro... ¿será por eso?
Sí, eso pasa cuando no le pasas el parámetro. Y cuando no es de tipo string,
simplemente no muestra nada. La función LogDebug() es más versatil, ya que
te permite pasar un número indeterminado de parámetros y de cualquier tipo.
--
Un saludo,
José F. Giménez
http://www.xailer.com