Thank you Fabian.
it worked perfect!
Regards.
--
Cristian AbarzĂșa
>textarea1.text = subst("Moon\n &1 &2","The Moon is the only natural
>satellite of Earth.\n","is the nearest body and the best known.")
>you need to add comma each side of the text
>textarea1.text = subst(("Moon\n &1 &2"),("Th
textarea1.text = subst("Moon\n &1 &2","The Moon is the only natural
satellite of Earth.\n","is the nearest body and the best known.")
you need to add comma each side of the text
textarea1.text = subst(("Moon\n &1 &2"),("The Moon is the only natural
satellite of Earth.\n"),("is the nearest body an
Hi.
I have the following strings of text within a textarea control and would
like to translate.
As stated in the Gambas wiki, if you translate strings concatenated to
use SUBST.
'code
textarea1.text = subst("Moon\n &1 &2","The Moon is the only natural
satellite of Earth.\n","is the nearest body