hcl-bot
1
Hi,
I´ve an agent with this code, that print on a web browser some information:
Print "<html>"
Print "<head></head>"
Print "<body bgcolor=#111111>"
Print "testing...."
Print "</body></html>"
and works fine. But when I add a function in LS to the result (as follows)
Print "<html>"
Print "<head></head>"
Print "<body bgcolor=#111111>"
Print "testing...." + getValue()
Print "</body></html>"
the agent print nothing.
Can you helpme please? Is very urgent.
Thanks!!
hcl-bot
2
Subject: Mi agent not print on web, with a function. Help Required.
HolaDeverias de revisar el valor de regreso de la función.
este debe de ser String.
Otro caso seria que la función tenga un error.
hcl-bot
3
Subject: My agent not print on web, with a function. Help Required.
Yes, my result value is a string. Any other Idea?
Si, mi valor resultante es string. Alguna otra idea?
Thanks a lot. Muchas gracias.
Subject: RE: My agent not print on web, with a function. Help Required.
Podrias escribir el código completo, para tener mas idea de lo que pueda estar pasando.